.col_news_list .news{
    height: 1rem;
    background-color: #EDF3FC;
    
    padding: 0 0.64rem 0 0.44rem !important;
    margin-bottom: 0.2rem !important;
    border: none !important;
    position: relative;
}
.col_news_list .news a{
    display: flex !important;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.mrlist .col_news_list .news_list .news .news_title{
    margin: 0;
}
.col_news_list .news::before{
    content: '';
    position: absolute;
    z-index: 50;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 0.05rem;
    height: 0.58rem;
    background-color: #034C95;
}
.col_news_list .news .news_title{
    width: calc(100% - 1rem);
}
.col_news_list .news:hover{
    background: url(images/col_li_bg.png) no-repeat center / 100% 100%;
}
.col_news_list .news:hover .news_title,
.col_news_list .news:hover .news_timer{
    color: #fff;
}
.col_news_list .news:hover::before{
    background-color: #fff;
}
@media screen and (max-width: 640px){
    .col_news_list .news{
        padding: 0 0.2rem !important;
    }
}