.flex {
    display: flex;
}
.items-center {
    align-items: center;
}
.justify-between {
    justify-content: space-between;
}
img {
    border-style: solid;
}
audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}
img, video {
    height: auto;
    max-width: 100%;
}
.mainBg{
    /*width: 100%;*/
    min-width: 1366px;
    margin:0 auto;display:flex;
    /*justify-content:space-between;*/
    margin-top:20px;
    padding: 1rem 0 2rem;
}

.left{
    background-color: #f7f8fa;
    position: relative;
    width: 15rem;
}
.left .head{
    color: #000;
    font-size: 1rem;
    font-weight: 550;
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0 1.5rem;
}
.left .head .head-title {
    display: inline-block;
    font-family: PingFangSC-Medium;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 185px;
    width: 100%;
}
.left .head i{
    cursor: pointer;
    display: inline-block;
    height: 0.75rem;
    margin-top: 1.25rem;
    width: 0.875rem;
}
i {
    vertical-align: middle;
}
div.navMenu {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



/**  right  **/
.right{
    flex: 1;
    font-family: PingFangSC-Regular;
    height: auto;
    margin-left: 2rem;
    margin-top: 2rem;
    min-height: 700px;
    overflow: hidden;
}
.right-breadCurmb{
    font-size: 12px;
    margin: 0 0.25rem 0 0;
    line-height: 1;
}
.el-breadcrumb:after {
    clear: both;
}
.el-breadcrumb:after, .el-breadcrumb:before {
    content: "";
    display: table;
}
.el-breadcrumb__item {
    float: left;
    font-size: 12px;
    margin: 0 0.25rem 0 0;
}
.right .right-breadCurmb .el-breadcrumb__item span {
    color: #6c6e73;
}
.el-breadcrumb__separator {
    color: #6c6e73;
    font-weight: 700;
    margin: 0 9px;
}
.right .right-breadCurmb .el-breadcrumb__inner a {
    color: #6c6e73;
    font-weight: 400;
}
.el-breadcrumb__item:last-child .el-breadcrumb__inner {
    color: #000!important;
    font-weight: 700!important;
}
.el-breadcrumb__item:last-child .el-breadcrumb__separator{
    display: none;
}
.flexBox h1{
    color: #000;
    font-size: 28px;
    margin-top: 30px;
}
.flexBox .timeSpan{
    color: #999;
    font-size: 12px;
    line-height: 32px;
}
.right .wang-editor-detail{
    height: 100%;
}
.centerBox{
    box-sizing: border-box;
    flex: 1 1 100%;
}
.wang-editor-detail {
    font-size: 14px;
}
/** right结束  **/



/**  底部上下篇  **/
.bottomBox {
    box-sizing: border-box;
    flex: 0 0 auto;
}
.divider{
    border-top: 1px solid #dcdfe6;
    height: 1px;
    width: 53vw;
}
.footerBox{
    padding-top: 16px;
    width: 53vw;
}
.upInfo{
    float: left;
}
.downInfo{
    float: right;
}
.nextInfo {
    color: #666;
    cursor: pointer;
    font-family: Alibaba-PuHuiTi-R;
    font-size: 12px;
    text-align: justify;
}
.footerBox img{
    display: inline-block;
    padding: 0 5px;
}
/**  底部上下篇结束  **/

/**  分类  **/
.tree-menu-main {
    width: 15rem;
    background-color: inherit;
    border-right: 0!important;
    background-color: #fff;
    border-right: 1px solid #e6e6e6;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
}
.tree-menu-main li a{
    display: block;
}
.tree-menu-main li{
    background-color: #f7f8fa;
    font-size: 13px;
    min-height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tree-menu-main li.treeview {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.tree-menu-main li.treeview .menu_items {
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    transition: border-color .3s,background-color .3s,color .3s;
    background-color: #f7f8fa;
    color: #3e4559!important;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tree-menu-main ul.treeview-menu{
    display: none;
}
.tree-menu-main .navMenu li.active>.treeview-menu{
    display: block;
}
.tree-menu-main .navMenu .no_treeview.active>a{
    color: #fff;
    background: #e89700!important;
}
/**  分类结束  **/


