 .body-content{
     margin-right: 25px;
     display: flex;
     flex-direction: row-reverse;
     flex-wrap: wrap;
     justify-content: center;
}
 .content-box{
     max-width: 1200px;
     margin: 0px auto;
     background: white;
     min-height: 500;
     padding: 5px;
     padding-top: 30px ;
     min-height:500px;
}
 #box2-resize{
     padding-bottom: 50px;
     padding-top: 50px;
}
 .schemalist{
    line-height:30px;
    padding:0 3%;
}
 .schemalist li{
    list-style: disc;
}
 .schemacount{
     font-size: 14px;
    margin-bottom:5px;
    color:#555;
    line-height:30px;
    padding:0 3%;
}
.selecteditem{color:#78a22f}
.selecteditem a{color:#78a22f}

.content-box h1{display: inline-block;margin:10px;font-size: 20px;font-weight: 500;color: #02786f; background: #fff; position: relative;padding:0 10px;}
.content-box h1:before{content:' '; width:35px; height:1px; border-top:1px solid #02786f; position: absolute;right:-35px;top:50%;z-index:5;}
.content-box h1:after{content:' '; width:35px; height:1px; border-top:1px solid #02786f; position: absolute;left:-35px;top:50%;z-index:5;}
.header-div{position: relative;display: table;margin: 0px auto;width: max-content;}
.header-div:before{content:' '; width:100px; height:1px; border-top:1px solid #d9d9d9; position: absolute;right:-100px;top:50%;}
.header-div:after{content:' '; width:100px; height:1px; border-top:1px solid #d9d9d9; position: absolute;left:-100px;top:50%;}
.companyIntro {
        overflow: hidden;
      }
      .tabcontent {
        padding: 10px;
      }
      .introSection {
        padding: 5px 0;
      }
      .introSection .title {
        position: relative;
        float: right;
        padding-left: 5px;
        font-size: 1.1em;
        font-weight: bold;
      }
      .introSection .title::after {
        content: ':';
      }
      .introSection > p > span:first-child {
        display: none;
      }
.descQuestion{width:65px; float:right; line-height:30px; font-weight: bold;}
.descAnswer{width: calc(100% - 65px); float:right;line-height:30px; text-align: justify;}
.clr{clear:both;}
.keyword{width:98%; margin:0 auto;}