.hc_About {
  height: 100%;
  /* display: inline-block; */
  width: 100%;
  overflow-x: hidden;
}

.tab-header ul li:nth-child(6) label {
  color: #0f8ff4;
}

.proBanner .pbImage {
  background-image: url(../img/7/banner_about.png) ;
}

.aboutShow {
  height: 50px;
  font-size: 14px;
  color: #333333;
  border-bottom: 2px solid rgba(239, 239, 239, 0.80);
  border-radius: 3px;
  box-shadow: 0 10px 12px 2px rgba(239, 239, 239, 0.31);
  margin-bottom: 10px;
  padding: 0 15px !important;
}



.aboutShow .pstAllPro {
  /* float: left; */
  line-height: 25px;
  border: none;
  text-align: left;
  width: 85px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px #343434 solid;
}

.aboutShow .pstP::after {
  content: url(../img/3/blackTrian.png);
  /* background-image:  url(../img/3/blackTrian.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 5px;
    width: 4px;
    margin-top: 10px; */
  margin-left: 5px;
  position: absolute;
}

.aboutShow .pstP1::after {
  content: '';
}

/* .aboutShow  .pstImg{
  background-image: url(../img/3/blackTrian.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 5px;
  width: 5px;
  position: absolute;
} */

.aboutShow .psTab {
  margin: 30px auto 0;
}

.aboutShow .psTab .pstEveryPro {
  width: 100%;
  /* margin-left: 85px; */
}

.aboutShow .psTab .pstEveryPro ul {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 0;
}

.aboutShow .psTab .pstEveryPro ul li {
  line-height: 25px;
  color: #808080;
  cursor: pointer;
  margin-right: 20px;
}

.abCurrent {
  display: block;
  margin:  0 auto;
  padding: 15px !important;
  color: #7f7f7f;
}

.abCurrent .abcImage {
  float: left;
  display: inline-block;
}

.abCurrent section {
  display: none;
}

.abCurrent .abcDetail {
  float: left;
}
.abCurrent .abcDetail p{
  border:none;
}

.abNews {
  color: #808080;
  line-height: 25px;
  float: none;
  margin:  0 auto;
  display: none;
  padding: 0 !important;
}

.abNews .newsList {
  clear: both;
  /* min-height: 60px; */
  border-bottom: 2px #f3f3f3 solid;
  padding: 0;
  float: none;
  display: inline-block;
  transition: all ease-in-out .5s;
  cursor: pointer;
  margin-bottom: 15px;
}

.abNews .newsList:hover {
  text-indent: 1.8em;
  color: rgb(15, 143, 244);
}

.abNews .newsList .newsimg {
  padding: 10px !important;
}

.abNews .newsList .newsLimg {
  float: right;
  box-shadow: 0px 7px 16px -5px rgba(7, 57, 88, 0.50);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  height: 100%;
  width: 100%;
}

.abNews .newsList .newsLtxt {
  padding-bottom: 0 !important;
}

.abNews .newsTitle {
  padding-bottom: 30px !important;
  display: none;
  margin-top: -15px;
  padding: 15px !important;
}

.abNews .backAllNews {
  cursor: pointer;
  padding-bottom: 15px !important;
}

.abNews .backAllNews::before {
  content: '';
  border: 2px solid #56b7f5;
  border-top: none;
  border-right: none;
  height: 10px;
  width: 10px;
  margin-right: 6px;
  /* padding-left: 10px; */
  display: inline-block;
  transform: rotateZ(45deg);
  vertical-align: middle;
}

.abNews .newsTitle h4 {
  text-align: center;
  font-weight: 400;
  color: #0f8ff4;
  font-size: 14px;
}

.abNews .newsTitle img {
  box-shadow: 0px 7px 16px -5px rgba(7, 57, 88, 0.50);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
}

.abNews .newsTitle .thetime {
  text-align: center;
  padding-top: 5px;
}

.abNews .newsTitle .thetime::before {
  content: url(../img/6/clk.png);
  line-height: 25px;
  vertical-align: text-top;
  padding-right: 15px;
}
.hljs-center {
    text-align: center
}

 .hljs-right {
    text-align: right
}


 .hljs-left {
    text-align: left
}

