body.list_leader .mainbox01 .ml{
    float: left;
    width: 3rem;
}
body.list_leader .mainbox01 .mr{
    float: right;
    width: calc(100% - 3rem);
    padding-left: 0.6rem;
    box-sizing: border-box;
}

/* 左侧栏目列表 */
body.list_leader .mainbox01 .ml .col_menu_top{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1.1rem;
    background-color: #811C21;
    color: #fff;
    font-size: 0.28rem;
    font-weight: 500;
}
body.list_leader .mainbox01 .ml .col_menu_con{
    background-color: #fff;
    padding-bottom: 2rem;
}
body.list_leader .mainbox01 .ml .col_nav .nav_title{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.7rem;
    border-bottom: 0.01rem solid #811C211f;
}
body.list_leader .mainbox01 .ml .col_nav .nav_link{
    font-size: 0.19rem;
    font-weight: 500;
    line-height: 0.26rem;
    width: 1.95rem;
    padding-left: 0.2rem;
    box-sizing: border-box;
    background: url(../images/arrow02.png) no-repeat right center / 0.06rem auto;
    border-left: 0.04rem solid transparent;
    transition: 0.4s;
}
body.list_leader .mainbox01 .ml .col_nav .nav_link:hover,
body.list_leader .mainbox01 .ml .col_nav .nav_title.selected .nav_link{
    border-left: 0.04rem solid #811C21;
}
/* 右侧栏目标题 */
body.list_leader .mainbox01 .mr .col_news_head{
    padding-bottom: 0.2rem;
    margin-bottom: 0.5rem;
    border-bottom: 0.01rem solid #811C211f;
}
body.list_leader .mainbox01 .mr .col_news_head .col_metas{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
body.list_leader .mainbox01 .mr .col_news_head .col_tt{
    font-size: 0.2rem;
    font-weight: 500;
    color: #811C21;
}
body.list_leader .mainbox01 .mr .col_news_head .col_local{
    font-size: 0.15rem;
    font-weight: 400;
    color: #818181;
}
body.list_leader .mainbox01 .mr .col_news_head .col_local a{
    color: inherit;
}

/* 师资列表 */
body.list_leader .mainbox01 .mr .col_news_list .news{
    float: left;
    width: 48.8%;
    margin-right: 2.4%;
    margin-bottom: 0.4rem;
}
body.list_leader .mainbox01 .mr .col_news_list .news:nth-child(2n){
    margin-right: 0;
}
body.list_leader .mainbox01 .mr .col_news_list .news>a{
    display: flex;
    background-color: #fff;
}
body.list_leader .mainbox01 .mr .col_news_list .news_imgs{
    width: 2.03rem;
    height: 2.66rem;
}
body.list_leader .mainbox01 .mr .col_news_list .news_imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.list_leader .mainbox01 .mr .col_news_list .news_con{
    width: calc(100% - 2.03rem);
    padding: 0.4rem 0.34rem 0.2rem;
    box-sizing: border-box;
}
body.list_leader .mainbox01 .mr .col_news_list .news_title{
    font-size: 0.23rem;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 0.2rem;
}
body.list_leader .mainbox01 .mr .col_news_list .news_ff{
    font-size: 0.15rem;
    font-weight: 400;
    color: #707070;
    line-height: 2;
}
@media screen and (max-width:999px){
    body.list_leader .mainbox01 .mr .col_news_head .col_tt{
        font-size:18px;
    }
    body.list_leader .mainbox01 .mr .col_news_head .col_local{
        font-size:15px;
    }
    body.list_leader .mainbox01 .mr .col_news_list .news_title{
        font-size:18px;
    }
    body.list_leader .mainbox01 .mr .col_news_list .news_ff{
        font-size:14px;
    }
    body.list_leader .mainbox01 .ml,
    body.list_leader .mainbox01 .mr{
        float: none;
        width: 100%;
    }
    body.list_leader .mainbox01 .mr{
        margin-top: 20px;
        padding-left: 0;
    }
    body.list_leader .mainbox01 .ml .col_menu_top{
        height: 50px;
    }
    body.list_leader .mainbox01 .ml .col_menu_top .column-switch{
        display: block !important;
    }
    body.list_leader .mainbox01 .ml .col_menu_con{
        display: none;
        padding-bottom: 20px;
    }
    body.list_leader .mainbox01 .ml .col_nav .nav_link{
        background: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width:767px){
    body.list_leader .mainbox01 .mr .col_news_list .news{
        width: 100%;
        float: none;
    }
}
@media screen and (max-width:479px){
    body.list_leader .mainbox01 .mr .col_news_list .news>a{
        flex-direction:column;
        padding:20px;
    }
    body.list_leader .mainbox01 .mr .col_news_list .news_imgs{
        margin:0 auto;
    }
    body.list_leader .mainbox01 .mr .col_news_list .news_con{
        width:100%;
        padding:20px 0 0 0;
    }
}