
   /* 资讯中心导航 */
   
   .main .main-tob {
       border-bottom: 1px dashed rgba(153, 153, 153, 1);
       padding-bottom: 0.37rem;
   }
   
   .main .main-tob h1 {
       font-size: 0.34rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: bold;
       color: rgba(51, 51, 51, 1);
       line-height: 0.43rem;
       margin-left: 0.55rem;
   }
   
   .main .main-tob .main-tob-list {
       display: flex;
       justify-content: space-around;
       width: 100%;
   }
   
   .main .main-tob .main-tob-list div a {
       font-size: 0.3rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: 400;
       color: rgba(102, 102, 102, 1);
   }

   /* 资讯中心内容 */
   
   .main .main-content {
       padding: 0.3rem;
   }
   
   .main .main-content h2 {
       margin: 0.4rem 0 0.18rem 0;
       font-size: 0.34rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: bold;
       color: rgba(51, 51, 51, 1);
       line-height: 0.43rem;
   }
   
   .main .main-content p {
       font-size: 0.22rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: 400;
       color: rgba(102, 102, 102, 1);
       line-height: 0.43rem;
   }
   
   .main .main-content .content {
       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-indent: 0.65rem;*/
       margin: 0.25rem 0;
   }
   
   .main .main-content img {
       display: block;
       width: 100%;
       /*height: 4.64rem;*/
       background-color: #ccc;
   }
   
   .main .main-content img:last-child {
       margin: 0.25rem 0 0.25rem 0;
   }

   /* 返回 */
   .backHistory{
       text-align: center;
       margin: 0 0.5rem 0.35rem;
       border: 0.01rem solid rgba(25, 116, 245, 1);
       width: 85%;
       color: rgba(25, 116, 245, 1);
       height: 1.08rem;
       line-height: 1.08rem;
       font-size: 0.34rem;
       font-weight: 400;
   }
   .backHistory img{
       width: 0.5rem;
       height: 0.5rem;
       vertical-align:middle;
   }
