


/* cnzz统计代码 动态创建隐藏 */
a[title='站长统计'] {
  display: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.wrap {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 80px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: 0 auto;
}
.cont {
  width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
p {
  color: #333;
  text-align: justify;
  line-height: 1.5;
}
.title {
  display: flex;
  align-items: center;
  font-size: 36px;
  line-height: 54px;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.title strong {
  color: #960051;
}
.title small {
  color: #999;
  font-size: 32px;
  font-weight: lighter;
  line-height: 1;
  align-self: flex-end;
}
.title span {
  display: flex;
}
.title img.left {
  align-self: flex-start;
  margin-right: 10px;
}
.title img.right {
  align-self: flex-end;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .wrap {
    padding-bottom: 40px;
  }
}
