.site-main-content{
    /* max-width: 1500px; */
    padding-top: 20px;
    
}


.tincymce-content {
   
  all: unset !important;
  contain: style !important;
  isolation: isolate !important;
  width: 100% !important;
}
.pc-block{
    display: block !important;
}
.mobile-block{
    display: none !important;
}
@media (max-width: 768px) {
    .pc-block{
        display: none !important;
    }
    .mobile-block{
        display: block !important;
    }
}

/* 关键：只阻断全局样式污染，不覆盖富文本自身样式 */
/* .tincymce-content * {
  all: revert !important;
} */
.blog-content-wrap{
    max-width: 1200px;
    position: relative;
    padding-bottom: 20px;
    position: relative;
}
.site-header-mobile-main{
    top:51px;
}

.blog-header{
    font-size: 30rem;
    font-weight: bold;
}
.blog-subheader{
    font-size: 24rem;
}
.blog-date{
    font-size: 20rem;
    font-weight: bold;
}

.blog-meta-wrap{
    color:gray;
}
.blog-content{
    margin-top: 20px;
}
.blog-content *{
    color: #656565 !important;
    /*font-size: 17px;*/
}
.blog-content p{
    margin-top: 13rem;
    margin-bottom: 13rem;
    font-size: 20rem;
    line-height: 1.6 !important;
}
.blog-content a,.blog-content a span{
    color:#007bff !important;
}
.blog-content ul li{
    list-style: inherit;
    margin-left: 20px;
}
.blog-content img{
    width: 100%;
    height: auto;
    
}
.blog-content-right{
    background-color:rgb(248, 248, 248);
}
.blog-item{
    margin-bottom: 20px;
    /*max-width: 1000px;*/
}
.blog-img{
    width: 100%;
    height: auto;
}
.blog-header{
    font-size: 36rem;
    font-weight: bold;
    color: #656565;
}
.blog-subheader{
    font-size: 17rem;
    color: #656565;
    flex:1;
}
.blog-content-right{
    
    padding:30px;
}
.recent-testimonial-header{
    text-align: center;
    padding-bottom: 20px;
}
.blog-left,.blog-content-right{
    flex:1;
}
.recent-blog-wrap{
    position: relative;
    padding-bottom: 20px;
}

.blog-content-wrap{
    width: 100%;
}
.blog-content table{
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    display: flex;
}
.blog-content table tbody{
    width: 100%;
}
.blog-content table tbody tr{
    display: flex;
}
.blog-content table td img{
    padding: 0px 4px;
    max-width: 100%;
    height: 100%;
}

.blog-header-line{
    height: 1px;
    background-color: gray;
    margin:30px 0px;
}

.recent-blog-header{
    text-align: center;
    font-size: 20rem;
    font-weight: bold;
    color: #656565;
    margin-bottom: 20px;
}

.blog-header-list{
    font-size: 19rem;
    font-weight: bold;
    color: #656565;
}
.blog-subheader-list{
    font-size: 17rem;
    color: #656565;
    flex:1;
}

.blog-meta-wrap-list{
    color: #656565;
}