.module-normal .module-normal-inner .module-normal-hd .info {
  margin-top: 40px !important;
}
@media (max-width: 768px) {
  .module-normal .module-normal-inner .module-normal-hd .info {
    margin-top: 0 !important;
  }
}
.module-hd {
  margin-top: 108px;
}
@media (max-width: 768px) {
  .module-hd {
    margin-top: 50px;
  }
}
.list {
  margin: 45px 0 138px;
}
@media (max-width: 768px) {
  .list {
    margin-bottom: 60px;
  }
}
.list .item {
  margin-bottom: 2px;
}
.list .item.active .title {
  background-color: #666;
  color: #fff;
}
.list .item.active .info {
  padding-bottom: 18px;
}
.list .item.active .icon {
  width: 26px;
  height: 15px;
  background-image: url("../image/arrow_down.png");
}
@media (max-width: 768px) {
  .list .item.active .icon {
    width: 13px;
    height: 7.5px;
    background-size: 100% 100%;
  }
}
.list .item .title {
	display: flex;
	align-items: center;
	padding-left: 34px;
	height: 71px;
	line-height: 71px;
	background: #222;
	font-size: 24px;
	cursor: pointer;
}
@media (max-width: 768px) {
  .list .item .title {
    padding-left: 17px;
    height: 35.5px;
    line-height: 35.5px;
    font-size: 14px;
  }
}
.list .item .info {
  display: none;
}
.list .item .info .info-item {
  margin-top: 44px;
  line-height: 24px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .list .item .info .info-item {
    margin-top: 22px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.list .item .info .info-item .tag {
	display: inline-block;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	background: #666;
	color: #fff;
}
.list .item .info .info-item .text {
	margin-top: 20px;
	color: #FFF;
}
@media (max-width: 768px) {
  .list .item .info .info-item .text {
    margin-top: 10px;
  }
}
.list .item .icon {
  margin-right: 12px;
  display: inline-block;
  width: 15px;
  height: 26px;
  background: url("../image/arrow_right.png") no-repeat;
}
@media (max-width: 768px) {
  .list .item .icon {
    margin-right: 4px;
    width: 7.5px;
    height: 13px;
    background-size: 100% 100%;
  }
}
