.STRO {
  margin-bottom: 20px;
}

.STRO .title {
  width: 100%;
  border-bottom: 1px solid rgb(220, 221, 221);
  margin-bottom: 10px;
}

.STRO .title h2 {
  padding: 0;
  font-size: 24px;
  color: rgb(1, 134, 209);
  text-align: center;
  font-weight: 700;
  line-height: 70px;
  /* color: #555; */
}
.STRO .title p {
  text-align: center;
  margin-bottom: 5px;
}
.STRO .title p span {
  margin-right: 20px;
  font-size: 14px;
  color: #999;
}

.STRO .content-STRO p {
  /* padding: 20px 0; */
  padding-top: 15px;  
  line-height: 30px;
  color: rgb(51, 51, 51);
  /* text-indent: 2em; */
}

.STRO .content-STRO table p {
  padding-top: 0;
  line-height: 45px;
}

.STRO .content-STRO #img {
  position: relative;
}

.STRO .content-STRO #img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#share {
  width: 100%;
  height: 35px;
  margin: 20px 0;
}

#share ul {
  width: 240px;
  height: 35px;
}

#share li {
  width: 35px;
  height: 35px;
  float: left;
  margin-right: 5px;
}

#share li a {
  display: inline-block;
  width: 35px;
  height: 35px;
}

#share li:nth-child(1) a {
  background-image: url("../img/add.png");
}

#share li:nth-child(2) a {
  background-image: url("../img/qq.png");
}

#share li:nth-child(3) a {
  background-image: url("../img/weixin_pic.png");
}

#share li:nth-child(4) a {
  background-image: url("../img/weibo.png");
}

#share li:nth-child(5) a {
  background-image: url("../img/qqweibo.png");
}

#share li:nth-child(6) a {
  background-image: url("../img/renren.png");
}

.content-STRO ul,
.content-STRO ul li {
  list-style-type: none;
  list-style-position: inside;
  list-style-image: url("../img/dot.png");
  line-height: 25px;
}