.text-full {
  width: 100%;
  background-color: #fff;
}

.text-container {
  padding: 20px 0;
  margin: 0 auto;
  width: 1170px;
  min-height: 500px;
}

.text-container h2 {
  text-align: center;
}

.text-container .info {
  text-align: center;
}

.text-container .info span {
  color: #aaa;
  margin-right: 10px;
}

iframe {
  display: inline-block;
  height: 35px;
  width: 100px;
  vertical-align: middle;
  overflow: hidden;
}

.text-content {
  margin-top: 20px;
}

@media screen and (max-width:1170px) {
  .text-full {
    width: 1170px;
  }

  .text-full p {
    padding: 0 50px;
  }
}
.share {
  text-align: right;
}
.share span {
  display: inline-block;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.share span img {
  width: 100%;
  height: 100%;
}