* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sauce One', Calibri, 'SF Pro Text', 'PingFang SC', 'Hiragino Sans GB', 'Noto Sans CJK SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  }
  .blog h2{
    font-size: 26px;
  }
  .blog{
    padding-top: 84px;
    width: 1080px;
    margin: 0 auto;
    /* font-weight: 500; */
}
  .blog_header{
      margin: 54px 0;
      margin-bottom: 10px;
  }
  .blog_header>h3{
    font-size: 38px;
    font-weight: 600;
    line-height: 55px;
    padding: 18px 0 40px;
}
  .tags{
      font-size: 20px;
      color: #333;
  }
  .tag{
    color: #D1946E;
    margin-right: 50px;
    }
    .imgBox>img{
        width: 100%;
        height: 506px;
    }
.blog_center {
    border-bottom: 1px solid #CECECE;
    margin-bottom: 0;
    padding: 20px 0;
}

.blog_footer{
    margin-top: 45px;
    margin-bottom: 86px;
    display: flex;
    justify-content: space-between;
}    
.blog_footer span{
    cursor:pointer
}
.blog_footer>div{
    color:#000 ;
    font-size: 16px;
}
/* .blog .loading-cnt{
    background: #f7f7f7;
} */

.blog_center span{
    background-color: rgba(0,0,0,0) !important;
}
/* 富文本样式 */
.text-tiny{font-size:.7em}
.text-small{font-size:.85em}
.text-big{font-size:1.4em}
.text-huge{font-size:1.8em}