

.accordion {
  margin: 50px auto;
  background: #ccc;
  cursor: pointer;
}
.accordion .item {
  height: 100px; background:#f2f2f2;border-bottom: 1px solid #ccc;
}
.accordion .item h3 {
  display: inline-block;
  vertical-align: middle;
  height: 60%;
  padding-left: 50px;
  font-family: "JF Flat Regular";
  font-size: 20px;
  font-weight: 400; color:#f00
}
.accordion .item img {
  padding-left: 15px;
  width: 30px;
  vertical-align: middle;
}
.accordion .item h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.accordion .item:first-of-type {

  color: #f4ce74;border-bottom: 1px solid #ccc;
}
.accordion .item:nth-of-type(2) {

  color: #ffe9c1;border-bottom: 1px solid #ccc;
}
.accordion .item:nth-of-type(3) {

  color: #620808;border-bottom: 1px solid #ccc;
}
.accordion .item:nth-of-type(4) {

  color: #d5441c;border-bottom: 1px solid #ccc;
}
.accordion .item:last-of-type {

  color: #ffe9c1;border-bottom: 1px solid #ccc;
}
.accordion .nrr { min-height:100px;
  font-family: "JF Flat Regular";
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  display: none;
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2); width:97.5% !important;
}
#content .accordion p{ display:block !important; }
.accordion p .zcc{ float: left; width:20%;}
.accordion p .zcc img{ width:100%; margin:0 auto;}
.accordion p .ycc{ float:right; width:75%;}
.accordion p:first-of-type {

  color: #000;
}
.accordion p:nth-of-type(2) {

  color: #000;
}
.accordion p:nth-of-type(3) {

  color: #000;
}
.accordion p:nth-of-type(4) {

  color: #000;
}
.accordion p:last-of-type {

  color: #000;
}
