/* 右侧栏目标题 */
    body.info_leader {
    background: #FDFCFD;
    }

body.info_leader .mainbox01 .mr .col_news_head{
    margin-bottom: 0.2rem;
    border-bottom: 0.01rem solid #811C211f;
}
body.info_leader .mainbox01 .mr .col_news_head .col_metas{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
body.info_leader .mainbox01 .mr .col_news_head .col_tt{
    font-size: 0.3rem;
    font-weight: 500;
    color: #811C21;
    border-bottom: 0.03rem solid #811C21;
    padding-bottom: 0.2rem;
}
body.info_leader .mainbox01 .mr .col_news_head .col_local{
    font-size: 0.15rem;
    font-weight: 400;
    color: #818181;
    padding-bottom: 0.2rem;
}
body.info_leader .mainbox01 .mr .col_news_head .col_local a{
    color: inherit;
}

/* 师资详情 */
body.info_leader .mainbox01 .inner{
    padding: 0.7rem 0 1.8rem;
}
body.info_leader .mainbox01 .ml{
    float: left;
    width: 4rem;
    margin-top:-1.7rem;
}
body.info_leader .mainbox01 .mr{
    float: right;
    width: calc(100% - 4rem);
    padding-left: 0.3rem;
    box-sizing: border-box;
}

body.info_leader .mainbox01 .ml .img_box{
    position: relative;
    width: 2.63rem;
    height: 3.46rem;
    margin-bottom: 0.3rem;
}
body.info_leader .mainbox01 .ml .img_box::before{
    content: '';
    position: absolute;
    z-index: 1;
    left: -0.13rem;
    top: -0.13rem;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,#811C21,#811C2100);
}
body.info_leader .mainbox01 .ml .img_box .news_imgs{
    position: relative;
    z-index: 2;
}
body.info_leader .mainbox01 .ml .img_box .news_imgs,
body.info_leader .mainbox01 .ml .img_box img{
    width: 100%;
    height: 100%;
}
body.info_leader .mainbox01 .ml .news_con{
    border-left: 0.04rem solid #811C21;
    padding-left: 0.3rem;
    padding-bottom: 0.5rem;
}
body.info_leader .mainbox01 .ml .news_tt{
    display: flex;
    align-items: flex-end;
}
body.info_leader .mainbox01 .ml .news_title{
    font-size: 0.33rem;
    font-weight: 700;
    color: #1A1A1A;
}
body.info_leader .mainbox01 .ml .short_title .ff_tt{
    margin: 0 0.05rem;
}
body.info_leader .mainbox01 .ml .ff{
    font-size: 0.2rem;
    font-weight: 400;
    color: #6C6C6C;
}
body.info_leader .mainbox01 .ml .news_ff{
    line-height: 2;
    margin-top: 0.35rem;
}

body.info_leader .mainbox01 .mr .news_content,
body.info_leader .mainbox01 .mr .news_content p,
body.info_leader .mainbox01 .mr .news_content span{
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 2;
}
@media screen and (max-width:999px){
    body.info_leader .mainbox01 .ml .ff,
    body.info_leader .mainbox01 .mr .news_content, 
    body.info_leader .mainbox01 .mr .news_content p,
    body.info_leader .mainbox01 .mr .news_content span{
        font-size:16px;
    }
    body.info_leader .mainbox01 .mr .col_news_head .col_tt{
        font-size:18px;
    }
    body.info_leader .mainbox01 .mr .col_news_head .col_local{
        font-size:15px;
    }
    body.info_leader .mainbox01 .ml{
        float:none;
        width: 100%;
        margin-top:20px;
    }
    body.info_leader .mainbox01 .mr{
        float:none;
        width:100%;
        padding-left:0;
        margin-top:20px;
    }
    body.info_leader .mainbox01 .mr .col_news_head{
        display:none;
    }
    body.info_leader .mainbox01 .ml .img_box{
        float:left;
    }
    body.info_leader .mainbox01 .ml .news_con{
        float:right;
        width:calc(100% - 171px);
        box-sizing: border-box;
        border-left:none;
    }
}
@media screen and (max-width:420px){
    body.info_leader .mainbox01 .ml .img_box{
        float:none;
        margin:0 auto 20px;
    }
    body.info_leader .mainbox01 .ml .news_con{
        float:none;
        width:100%;
        padding-left:0;
        padding-bottom:0;
    }
}