

   /* 中心内容 */
   /* 资讯中心导航 */
   
   .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 h1 a{
       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 ul {
       padding: 0 0.45rem;
   }
   
   .main ul li {
       padding: 0.45rem 0;
       border-bottom: 0.02rem solid rgba(229, 229, 229, 1);
   }
   
   .main ul li .lisRigth {
       flex: 1;
   }
   
   .main ul li .lisRigth h2 {
       font-size: 0.3rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: bold;
       color: rgba(51, 51, 51, 1);
       line-height: 0.43rem;
   }
   
   .main ul li .lisRigth p {
       font-size: 0.26rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: 400;
       color: rgba(102, 102, 102, 1);
       line-height: 0.43rem;
       margin: 0.1rem 0;
   }
   
   .main ul li .lisRigth .content {
       font-size: 0.28rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: 400;
       color: rgba(102, 102, 102, 1);
       line-height: 0.43rem;
       display: flex;
       justify-content: space-around;
   }
   
   .main ul li .lisRigth .content .contentLeft {
       text-indent: 2em;
       flex: 1;
       height: 0.8rem;
   }
   
   .main ul li .lisRigth .content .contentRigth {
       width: 1.2rem;
       height: 0.7rem;
       text-align: center;
       line-height: 0.7rem;
       font-size: 0.6rem;
       font-weight: 600;
       border-left: 1px solid #DCDCDC;
       margin-left: 0.1rem;
   }
   /* 更多 */
   
   .main .more {
       /*width: 100%;*/
       text-align: center;
       align-content: center;
       border: 0.01rem solid rgba(25, 116, 245, 1);
       color: rgba(25, 116, 245, 1);
       height: 1.08rem;
       line-height: 1.08rem;
       margin: 0.35rem 0.5rem;
       font-size: 0.34rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: 400;
   }