
   /* 中心内容 */
   /* 资讯中心导航 */
   
   .main-tob {
       border-bottom: 1px dashed rgba(153, 153, 153, 1);
       padding-bottom: 0.37rem;
   }
   
   .main-tob h1 {
       width: 1.5rem;
       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-tob .main-tob-list {
       display: flex;
       justify-content: space-around;
       width: 100%;
   }
   
   .main-tob .main-tob-list div {
       font-size: 0.3rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: 400;
       color: rgba(102, 102, 102, 1);
   }
   
   .main-tob .main-tob-list .active {
       color: rgba(25, 116, 245, 1);
       border-bottom: 1px solid rgba(25, 116, 245, 1);
   }
   
   .content {
       padding: 0.3rem;
   }
   
   .content h2 {
       font-size: 0.34rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: 600;
       color: rgba(51, 51, 51, 1);
       margin: 0.15rem 0 0.2rem 0;
       text-align: center;
   }
   
   .content 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;*/
       text-indent: 2em;
   }
   
   .content h3 {
       font-size: 0.3rem;
       /*font-family: MicrosoftYaHei;*/
       font-weight: 400;
       color: rgba(51, 51, 51, 1);
       text-align: center;
       margin-bottom: 0.2rem;
   }
   
   .content .yuan {
       display: flex;
       justify-content: space-around;
       flex-wrap: wrap;
   }
   
   .content .yuan li {
       height: 2.3rem;
       background-color: #ccc;
       width: 32%;
       margin-bottom: 0.1rem;
   }
   
   .content .yuan li:nth-child(1) {
       width: 60%;
       margin-right: 0.1rem;
       border-radius: 0.5rem 0px 0px 0px;
   }
   .content .yuan li:nth-child(1) img{
       border-radius: 0.5rem 0px 0px 0px;
   }
   
   .content .yuan li:nth-child(2) {
       width: 38%;
       border-radius: 0px 0.5rem 0px 0px;
   }
   .content .yuan li:nth-child(2) img{
       border-radius: 0px 0.5rem 0px 0px;
   }
   
   .content .yuan li:nth-child(3) {
       border-radius: 0px 0px 0px 0.5rem;
   }
   .content .yuan li:nth-child(3) img{
       border-radius: 0px 0px 0px 0.5rem;
   }
   
   .content .yuan li:nth-child(4) {
       margin: 0 0.1rem;
   }

   .content .yuan li:nth-child(5) {
       border-radius: 0px 0px 0.5rem 0px;
   }

   .content .yuan li:nth-child(5) img{
       border-radius: 0px 0px 0.5rem 0px;
   }
   
   .content .yuanquan {
       display: flex;
       justify-content: space-around;
       flex-wrap: wrap;
   }
   
   .content .yuanquan li {
       height: 2.3rem;
       background-color: #ccc;
       width: 49%;
       margin-bottom: 0.1rem;
   }

   .content .yuanquan li:nth-child(1) {
       border-radius: 0.5rem 0px 0px 0px;
       margin-right: 0.1rem;
   }
   .content .yuanquan li:nth-child(1) img{
       border-radius: 0.5rem 0px 0px 0px;
       /*margin-right: 0.1rem;*/
   }

   .content .yuanquan li:nth-child(2) {
       border-radius: 0px 0.5rem 0px 0px;
   }
   .content .yuanquan li:nth-child(2) img{
       border-radius: 0px 0.5rem 0px 0px;
   }
   
   .content .yuanquan li:nth-child(3) {
       margin-right: 0.1rem;
       border-radius: 0px 0px 0px 0.5rem;
   }
   .content .yuanquan li:nth-child(3) img{
       border-radius: 0px 0px 0px 0.5rem;
   }

   .content .yuanquan li:nth-child(4) {
       border-radius: 0px 0px 0.5rem 0px;
   }
   .content .yuanquan li:nth-child(4) img{
       border-radius: 0px 0px 0.5rem 0px;
   }
   .content .yuan li img{
       width: 100%;
   }
   .content .yuanquan li img{
       width: 100%;
   }