.mrlist .col_news .col_title h2{
    color: #1567B1;
    font-size: 0.4rem;
}
.mrlist .col_news_head{height: auto;border: none;height: 0.4rem;margin-bottom: 0.36rem;}

/* teacher_list */
.col_news_list .news{
    background-color: #F2F9FF;
    margin-bottom: 0.4rem;
    display:none;
}
.col_news_list .news.show{display:block;}
.col_news_list .news .img_box{
    width: 2.61rem;
    height: 3.6rem;
    float: left;
}
.col_news_list .news_list .news .img_box .news_imgs{
    padding-top: 0;
    width: 100%;
    height: 100%;
}
.col_news_list .news .news_con{
    width: calc(100% - 2.61rem);
    float: left;
    padding: 0.4rem 1rem 0.4rem 0.4rem;
    box-sizing: border-box;
}
.col_news_list .news .con_l,
.col_news_list .news .con_r{
    width: 50%;
    box-sizing: border-box;
    float: left;
}
.col_news_list .news .con_l{
    padding-right: 0.6rem;
    border-right: 1px solid #BCCFE0;
}
.col_news_list .news .con_r{padding-left: 0.5rem;}
.col_news_list .news_title{
    font-size: 0.36rem;
    font-weight: bold;
    color: #1567B1;
    margin-bottom: 0.2rem;
}
.col_news_list .news_intro{
    font-size: 0.2rem;
    color: #8D8D8D;
    margin-bottom: 0.3rem;
}
.col_news_list .news_email{
    font-size: 0.2rem;
    color: #333;
}
.col_news_list .tt{
    font-size: 0.2rem;
    color: #1567B1;
    margin-bottom: 0.3rem;
}
.col_news_list .sub{
    font-size: 0.2rem;
    color: #333;
}
/* teacher_info */
.art_box .art_con{margin-bottom: 0.5rem;}
.art_box .con_tt{
    width: 100%;
    height: 0.8rem;
    background-color: #F6F7FA;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}
.art_box .con_tit{
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5;
    border-left: 0.08rem solid #1567B1;
    padding-left: 0.3rem;
}
.art_box .art_con.con0 .img_box{
    width: 2.4rem;
    height: 3.33rem;
    margin-right: 0.4rem;
    float: left;
}
.art_box .art_con.con0 .img_box .news_imgs{
    width:100%;
    height:100%;
}
.art_box .art_con.con0 .box_r{
    width: calc(100% - 2.8rem);
    float: left;
}
.art_box .art_con.con0 .box_r .news_top{
    padding: 0.4rem 0.4rem;
    margin-bottom: 0.1rem;
    background: #1567B1 url(../images/sign_ipp.png) no-repeat right 0.3rem bottom 0.05rem / 2.4rem 1.07rem;
}
.art_box .art_con.con0 .box_r .news_top .news_title{
    font-size: 0.3rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.25rem;
}
.art_box .art_con.con0 .box_r .news_top .txt{
    font-size: 0.2rem;
    color: #fff;
}
.art_box .art_con.con0 .box_r .news_top .txt span{margin-right: 0.1rem;line-height: 1.5;}

.art_box .art_con.con0 .box_r .news_b{
    border: 1px solid #D9E1E8;
    padding: 0.4rem 0.4rem 0.1rem;
}
.art_box .art_con.con0 .box_r .news_b p,
.art_box .art_con.con0 .box_r .news_b span,
.art_box .art_con.con0 .box_r .news_b font{
    font-size: 0.2rem !important;
    color: #1567B1 !important;
    line-height: 1.5 !important;
    padding-left: 0.24rem;
    position: relative;
    margin-bottom: 0.32rem;
}
.art_box .art_con.con0 .box_r .news_b p::before{
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    top:0.12rem;
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #1567B1;
}
.art_box .art_con .con_box p,
.art_box .art_con:nth-child(n+2) .con_box span,
.art_box .art_con:nth-child(n+2) .con_box font{
    font-size: 0.2rem !important;
    color: #333 !important;
    line-height: 2.5 !important;
}
@media screen and (max-width:767px){
    .col_news_list .news .con_l{border:none;}
    .col_news_list .news .con_l, .col_news_list .news .con_r{
        width:100%;
        float:none;
        padding:0;
    }
    .mrlist .col_news_list .news_list .news .news_title,
    .col_news_list .news_intro,
    .col_news_list .news_email,
    .col_news_list .tt{margin-bottom:15px;}
    
    .art_box .art_con.con0 .img_box{
        float:none;
        margin-bottom:20px;
        margin-right:0;
    }
    .art_box .art_con.con0 .box_r{
        width:100%;
    }
}
@media screen and (max-width:479px){
    .col_news_list .news .img_box{
        float:none;
    }
    .col_news_list .news .news_con{
        width:100%;
        float:none;
        padding:20px;
    }
    
    .mrlist .col_news .col_title h2{font-size:20px;}
    .art_box .con_tit{font-size:18px;}
    .art_box .con_tt{height:40px;margin-bottom:10px;}
}