body.list_teacher .col_news_list{
    padding: 0 0.75rem;
}
body.list_teacher .col_news_list .news{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.8rem;
}
body.list_teacher .col_news_list .news:nth-child(2n){
    flex-direction: row-reverse;
}
body.list_teacher .col_news_list .news_imgs{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}
body.list_teacher .col_news_list .news_con{
    width: calc(100% - 3rem);
}
body.list_teacher .col_news_list .news_title{font-size: 0.36rem;font-weight: bold;line-height: 1.1;}
body.list_teacher .col_news_list .short_title{font-size: 0.24rem;font-weight: bold;margin: 0.3rem 0;line-height: 1.1;}
body.list_teacher .col_news_list .news_intro{font-size: 0.18rem;-webkit-line-clamp: 9;line-height: 1.5;}
body.list_teacher .col_news_list .news_more>a{
    display: block;
    font-size: 0.14rem;
    color: #fff;
    background-color: var(--mainColor1);
    line-height: 0.36rem;
    padding: 0 0.2rem;
    width: fit-content;
    margin-top: 0.2rem;
    transition: 0.4s;
}
body.list_teacher .col_news_list .news_more>a:hover{background-color: #ff6f0280;}
@media screen and (max-width: 999px){
    body.list_teacher .col_news_list{padding:0;}
}
@media screen and (max-width: 479px){
    body.list_teacher .col_news_list .news_list .news{
        flex-direction:column;
        align-items:center;
        gap:20px;
    }
    body.list_teacher .col_news_list .news_con{width:100%;}
    body.list_teacher .col_news_list .news_title{font-size:22px;}
    body.list_teacher .col_news_list .short_title{margin:10px 0;font-size:18px;}
}