   [v-cloak] {
    display: none !important;
   }
/*二级导航条*/
    .newtab{
        width:100%;
       height:72px;
      font-weight: 500;
        font-size: 24px;
        color: #333333;
       line-height:70px;
       text-align:center;
        position:relative;
    }
    .newtab a{
        display:inline-block;
        flex:1;
        width:100%;
        font-weight: 500;
        font-size: 24px;
        color: #333333;
       height:72px;
       line-height:70px;
       text-align:center;
        position:relative;
    	white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
     .new-active{
         /* background-color: #F6F7F8; */
         color:#0E80CC;
         border-bottom: 4px solid #0E80CC;
     }
     .newtab::after{
         content:'';
         position:absolute;
         top:12px;
         left:0;
         width: 1px;
         height: 50px;
         background: #ededed;
     }
     .newtab:first-child::after{
         display:none;
     }
   
/*详情页 */
  .blog_page_bg{
        padding-top:24px;
        background-color:#F6F7F8;
    }
.container-detail{
max-width:1200px;
margin:0 auto;
background-color:#fff;
padding:0 0 40px 0;
}
        .tabtitle{
            width:100%;
            padding:32px 0 24px 28px;
            font-size: 24px;
            font-weight:600;
            color: #3883F8;
            position: relative;
            text-align:left;

        }
        .tabtitle::before{
            content:'';
            width: 4px;
            height: 20px;
            background: #3883F8;
            position:absolute;
            top:34px;
            left:16px;
        }
        .blog_details_desc{
            padding:0 24px;
            text-align:center
        }
        
