

* {
  margin: 0;
  padding: 0;
}
.zzsc-container{
	margin: 0 auto;
	overflow: hidden;
}
.accordion {
  margin: 50px auto;
  width: 86%;
  cursor: pointer;
}
.accordion .item { height: 74px; background-image: url(../img/wt_bg_05.png);border-top:1px solid #cdcdcd;border-left:1px solid #cdcdcd;border-right:1px solid #cdcdcd;}
.accordion .item-bottom { height: 20px; border-top:1px solid #cdcdcd;}
.accordion .item h3 { display: inline-block; height: 100%; padding-left: 14px; font-family: "黑体"; font-size: 20px; font-weight: 400; line-height: 40px; }
.accordion .item img {
  padding-left: 15px;
  width: 30px;
  vertical-align: middle;
}
.accordion .item img.jtjcy{ float: right; margin-top: 12px; margin-right: 10px; }
.accordion .item h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.accordion .item:first-of-type {
   background-image: url(../img/wt_bg_05.png);
  color: #464646;
}
.accordion .item:nth-of-type(2) {
   background-image: url(../img/wt_bg_05.png);
  color: #464646;
}
.accordion .item:nth-of-type(3) {
   background-image: url(../img/wt_bg_05.png);
  color: #464646;
}
.accordion .item:nth-of-type(4) {
   background-image: url(../img/wt_bg_05.png);
  color: #464646;
}
.accordion .item:last-of-type {
   background-image: url(../img/wt_bg_05.png);
  color: #464646;
}
.accordion p { font-family: "宋体"; font-size: 18px; font-weight: 400; color: #464646; padding: 15px 15px 15px 66px; display: none; box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2); }
.accordion p:first-of-type {
  background: #fff;
  color: #464646;
}
.accordion p:nth-of-type(2) {
  background: #fff;
  color: #464646;
}
.accordion p:nth-of-type(3) {
  background: #fff;
  color: #464646;
}
.accordion p:nth-of-type(4) {
  background: #fff;
  color: #464646;
}
.accordion p:last-of-type {
  background: #fff;
  color: #464646;
}
