/* list_teacher */
body.list_teacher .col_news .col_news_box{
    margin-left: 0;
}
body.list_teacher .col_metas .col_title h2{
    font-size: 36px;
    border: none;
}
body.list_teacher .col_news_head{border: none;margin-bottom:30px;}
body.list_teacher .col_metas .col_path{
    font-size: 16px;
    padding-left: 20px;
    background: url(../images/add.png) no-repeat left center / 14px auto;
}
body.list_teacher .col_news_list .news{
    float: left;
    width: 16.58%;
    margin-right: 4.25%;
    margin-bottom: 40px;
    text-align: center;
}
body.list_teacher .col_news_list .news:nth-child(5n){
    margin-right: 0;
}
body.list_teacher .col_news_list .news_imgs{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 133%;
    margin-bottom: 15px;
    background-color: #e5e5e5;
}
body.list_teacher .col_news_list .news_imgs img{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body.list_teacher .col_news_list .news_title{
    font-size: 22px;
    color: #000000;
}
/* info_teacher */
body.info_teacher #d-container .inner{padding: 36px 0 80px;}
body.info_teacher .col_news_head{border: none;}
body.info_teacher .col_metas .col_path{
    font-size: 16px;
    padding-left: 20px;
    background: url(../images/add.png) no-repeat left center / 14px auto;
}
body.info_teacher .article h1.arti_title{
    font-size: 22px;
    color: #000000;
}
body.info_teacher .article .arti_metas{
    color: #969696;
    border-bottom: 1px solid #9f9f9f80;
}
body.info_teacher .article .news_imgs{
    width: 1333px;
    height: 1000px;
    /**background-color: #e5e5e5;**/
    margin: 120px auto;
    text-align: center;
}
body.info_teacher .article .news_con{
    font-size: 18px;
    color: #6A6A6A;
   padding-top:50px;
}
body.info_teacher .article .news_con>div{
    margin-bottom: 35px;
}