.detailMain {}
          #tplink {
            font-size: 16px;
            border: 2px solid #21518e;
            width: auto;
            height: auto;
            display: inline-block;
            position: absolute;
            padding: 5px;
            border-radius: 3px;
            background: #21518e;
            color: #fff;
          }

          .introTxt {
            position: relative;
          }
.sbc {
  display    : flex;
  align-items: center;
}

.sbc .loca {
  width       : 20px;
  margin-right: 10px;
}

.sbc .SkinObject,
.sbc span {
  font-size: 16px;
}

.bcLine {
  border-bottom: 1px solid #ddd;
  padding      : 30px 0;
}

.detailTit {
  font-size    : 35px;
  font-weight  : bold;
  text-align   : center;
  color        : #21518e;
  padding      : 30px 10px;
  border-bottom: 2px solid #21518e;
}

.detailCon {
    padding: 30px 40px;
    font-size: 16px;
    color: #000;
    overflow: auto;
    height:auto;
}

.detailCon p,.detailCon span,.detailCon strong,.detailCon b,.detailCon div,.detailCon td ,.detailCon a{
  font-size    : 18px;
  font-family: "Microsoft YaHei","宋体";
  line-height  : 1.8;
  margin-bottom: 10px;
  color        : #000;
}
.detailCon img {
  max-width: 100%;
}


.articleInfo {
  font-size    : 14px;
  color        : #000;
  padding      : 20px 40px;
  border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
}

.articleInfo span {
  margin-right: 50px;
}
.articleInfo span b {
  font-weight: normal;
}

.articleInfo img {
  width         : 20px;
  margin-right  : 4px;
  vertical-align: -4px;
}

.articleInfo a {
  margin-right: 15px;
}

.xiao {
  font-size: 14px;
  color    : #000;
}

.zhong {
  font-size: 16px;
  color    : #000;
}

.da {
  font-size: 18px;
  color    : #000;
}

@media (max-width: 767px) {
  .detailTit {
    font-size: 24px;
    padding  : 10px 0;
  }

  .detailCon img {
    max-width: 100%;
    height   : auto !important;
  }

  .articleInfo {
    display       : flex;
    flex-direction: column;
    text-align    : center;
    padding       : 10px 0;
  }

  .articleInfo span {
    margin: 2px 0;
  }

  .articleInfo span:first-child {
    display: none;
  }
  .detailCon {
    padding: 20px 0;
  }
  .detailCon p {
    font-size: 16px;
  }
  .bcLine {
    padding: 12px 0;
  }
}