/*模块标题*/
.module {
  padding-top: 40px;
  box-sizing: border-box;
}
.module_center {
  width: 1200px;
  margin: 0 auto;
}
.module .title {
  text-align: center;
}
.module .title h3 {
  font-size: 28px;
  line-height: 28px;
  color: #494645;
  font-weight: 600;
  margin-bottom: 15px;
}
.module .title span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.14rem;
  color: #9f9c96;
}

@media (max-width: 780px) {
  /*模块标题*/
  .module .module_center {
    width: 100%;
  }
  .module .module_center .title h3 {
    font-size: 17px;
  }
  .module .module_center .title span {
    font-size: 17px;
  }
}
