body.list_teacher #l-container{
    background: linear-gradient(#DFEAFB,transparent);
}
body.list_teacher #l-container .inner{padding-top: 0.5rem;}
body.list_teacher .col_menu{
    float: none;
    width: 100%;
    margin: 0 auto 0.6rem;
    background: none;
padding-top: 0.2rem;
}
body.list_teacher .col_news{
    float: none;
    width: 100%;
}
body.list_teacher .col_menu .col_menu_head{
    position: relative;
    background: none;
    font-size: 0.44rem;
    font-family: 'sysB';
    text-align: center;
    line-height: 1;
    margin-bottom: 0.35rem;
}
body.list_teacher .col_menu .col_menu_con{
    box-shadow:none;
    padding:0;
    margin:0;
    width:100%;
}
body.list_teacher .col_menu .col_menu_head::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 1.2rem;
    height: 1.03rem;
    background: url(../images/sign02.png) no-repeat center / 100% 100%;
}
/* menu_box */
body.list_teacher .col_menu_con .menu_box{
    display: flex;
    justify-content: center;
}
body.list_teacher .col_menu_con .menu_box .menu_title{
    font-size: 0.2rem;
    font-family: 'sysB';
    color: #000000; 
}
body.list_teacher .col_menu_con .menu_box .menu_title.selected a{
    color: #0046AD;
}
body.list_teacher .col_menu_con .menu_box .menu_title>a.title_link{
    display: block;
    padding: 0 0.82rem;
    border-left: 0.01rem solid #70707069;
    border-right: 0.01rem solid #70707069;
}
body.list_teacher .col_menu_con .menu_box .menu_title:first-child>a.title_link{
    border-left: none;
}
body.list_teacher .col_menu_con .menu_box .menu_title:last-child>a.title_link{
    border-right: none;
}
.menu_box .second_menu{
    text-align: center;
}
.menu_box .second_menu .second_item{
    margin: 0.1rem 0;
}
/* col_news */
.col_news .news_tt{
    font-size: 0.32rem;
    font-family: 'sysB';
    color: #333333;
    line-height: 1;
    padding-left: 0.47rem;
    background: url(../images/sign03.png) no-repeat left center / 0.31rem auto;
    margin-bottom: 0.78rem;
}
.col_news .news{
    float: left;
    width: 31.81%;
    height: 2.24rem;
    margin-right: 2.285%;
    margin-bottom: 0.9rem;
    box-shadow: 0 0.03rem 0.3rem 0 #01489B1a;
    background: #c6d8f4 url(../images/sign04.png) no-repeat right -2.17rem bottom / 2.17rem auto;
    transition: 0.4s;
}
.col_news .news:nth-child(3n){margin-right: 0;}
.col_news .news>a{
    display: block;
    padding: 0.27rem 0.36rem 0.2rem;
}
.col_news .news_top{
    position: relative;
    border-bottom: 0.01rem dashed #C6C6C680;
    padding-bottom: 0.2rem;
}
.col_news .news_top .news_imgs{
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0.1rem;
    width: 1.42rem;
    height: 1.42rem;
    border-radius: 50%;
}
.col_news .news_top .news_imgs img{
    width:100%;
    height:auto;
}
.col_news .news_top .news_con{
    padding-left: 1.7rem;
    line-height: 0.3rem;
}
.col_news .news_top .news_title{
    font-size: 0.22rem;
    font-family: 'popB';
    color: #000;
    margin-bottom: 0.07rem;
}
.col_news .news_top .short_title{
    font-size: 0.14rem;
    font-family: 'popR';
    color: #969696;
}
.col_news .news_bottom{
    padding: 0.03rem 0 0 0;
}
.col_news .news_intro{
    font-size: 0.16rem;
    font-family: 'popR';
    color: #000;
    -webkit-line-clamp: 2;
    line-height: 0.3rem;
    text-align: left;
    word-break: break-word;
}
.col_news .news:hover{
    background: #0046AD url(../images/sign04.png) no-repeat right bottom / 2.17rem auto;
}
.col_news .news:hover .news_top{
    border-bottom: 0.01rem dashed #ffffff80;
}
.col_news .news:hover .news_title,
.col_news .news:hover .short_title,
.col_news .news:hover .news_intro{color: #fff;}
@media screen and (max-width: 999px){
    .col_menu .col_menu_con{display:block;} 
    .col_news .news_list .news{
        width:48%;
        margin:10px 1% 40px;
    }
}
@media screen and (max-width: 767px){
    body.list_teacher .col_menu_con .menu_box .menu_title>a.title_link{
        padding:0 20px;
    }
    body.list_teacher .col_menu .col_menu_head{font-size:26px;}
    .col_news .news_tt{margin-bottom:30px;}
    .col_news .news_list .news{
        width:98%;
        height:auto;
        margin:10px 1% 40px;
    }
}