
* {
  margin: 0;
  padding: 0;
}

.accordion {
  margin: 0 auto;
  width: 90%;
  background: none;
  cursor: pointer;
  padding: 0;
  border-top: 4px #9A9180 solid;
  border-bottom: 4px #9A9180 solid;
}
.accordion .item {
  height: 30px;
  padding: 4px 0;
}
.accordion .item h3 {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  height: 100%;
  padding-left: 10%;;
  font-family: "微软雅黑";
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  background: url(../images/jiantou.png) right no-repeat;
}
.accordion .item h3 em{
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block; float: left;
  background: url(../images/numbg.png) left top no-repeat;
  background-size: 100%;
  margin-top: 1px;
  margin-right: 15px;
  padding-left: 0;
}
.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 {
  background: #e5ded1;
  color: #6E6242;
}
.accordion .item:nth-of-type(2) {
  background: #DCD5C3;
  color: #6E6242;
}
.accordion .item:nth-of-type(3) {
  background: #e5ded1;
  color: #6E6242;
}
.accordion .item:nth-of-type(4) {
  background: #DCD5C3;
  color: #6E6242;
}
.accordion .item:nth-of-type(5) {
  background: #e5ded1;
  color: #6E6242;
}
.accordion .item:nth-of-type(6) {
  background: #DCD5C3;
  color: #6E6242;
}
.accordion .item:nth-of-type(7) {
  background: #e5ded1;
  color: #6E6242;
}
.accordion .item:nth-of-type(8) {
  background: #DCD5C3;
  color: #6E6242;
}
.accordion .item:nth-of-type(9) {
  background: #e5ded1;
  color: #6E6242;
}
.accordion .item:last-of-type {
  background: #DCD5C3;
  color: #6E6242;
}
.accordion p {
  font-family: "微软雅黑";
  font-size: 14px;
  font-weight: 400;
  padding: 15px;
  display: none;
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2);
}
.accordion p:first-of-type {
  background: #e5ded1;
  color: #6E6242;
}
.accordion p:nth-of-type(2) {
  background: #DCD5C3;
  color: #6E6242;
}
.accordion p:nth-of-type(3) {
  background: #e5ded1;
  color: #6E6242;
}
.accordion p:nth-of-type(4) {
  background: #DCD5C3;
  color: #6E6242;
}
.accordion p:nth-of-type(5) {
  background: #e5ded1;
  color: #6E6242;
}
.accordion p:nth-of-type(6) {
  background: #DCD5C3;
  color: #6E6242;
}
.accordion p:nth-of-type(7) {
  background: #e5ded1;
  color: #6E6242;
}
.accordion p:nth-of-type(8) {
  background: #DCD5C3;
  color: #6E6242;
}
.accordion p:nth-of-type(9) {
  background: #e5ded1;
  color: #6E6242;
}
.accordion p:last-of-type {
  background: #DCD5C3;
  color: #6E6242;
}
