
   /* 中心内容 */
   
   .main {
       padding: 0 0.35rem;
   }
   
   .main h1 {
       font-size: 0.34rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: 600;
       color: rgba(51, 51, 51, 1);
       margin: 0rem 0 0.1rem 0;
       text-align: center;
   }
   
   .main div {
       text-align: justify;
       text-justify:inter-ideograph;
       font-size: 0.28rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: 400;
       color: rgba(102, 102, 102, 1);
       line-height: 0.56rem;
       /*text-align: 0.56rem;*/
   }
   
   .main .picture {
       position: relative;
       height: 5rem;
   }
   
   .main .picture .guangdong {
       text-align: center;
       position: absolute;
   }
   
   .main .picture .guangdong:nth-child(1) {
       left: 2.2rem;
       z-index: 99;
   }
   
   .main .picture .guangdong:nth-child(2) {
       top: 1.9rem;
       left: 0.1rem;
   }
   
   .main .picture .guangdong:nth-child(3) {
       left: 4.3rem;
       top: 1.9rem
   }
   
   .main .picture .guangdong .gongImg {
       display: block;
       width: 2.6rem;
       height: 2.1rem;
   }
   
   .main .picture .guangdong .title {
       text-align: center;
       font-size: 0.22rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: 400;
       color: rgba(51, 51, 51, 1);
       width: 2.1rem;
       margin-left: 0.25rem;
   }
   
   .main .picture .guangdong .title img {
       display: block;
       width: 0.44rem;
       height: 0.12rem;
       margin-left: 0.8rem;
   }