.col_news_list .news{
    display: flex;
    background-color: #fff;
    box-shadow: 0 0.03rem 0.2rem 0 #6500001a;
    margin-bottom: 0.48rem;
}
.col_news_list .news_imgs{
    width: 2.2rem;
    height: 2.75rem;
    flex-shrink: 0;
}
.col_news_list .news_imgs::after{
    content: '';
    position: absolute;
    z-index: 15;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-top: 0.1rem solid transparent;
    border-right: 0.14rem solid #fff;
    border-bottom: 0.1rem solid transparent;
    border-left: none;
}
.col_news_list .news_con{
    width: calc(100% - 2.2rem);
    padding: 0.4rem 0.58rem;
    box-sizing: border-box;
}
.col_news_list .news_tt{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}
.col_news_list .news_title{
    font-size: 0.26rem;
    font-weight: bold;
    color: #383838;
    margin-right: 0.4rem;
    line-height: 1.5;
}
.col_news_list .short_title{
    font-size: 0.2rem;
   /* font-family: 'syh';*/
    color: #808080;
    line-height: 1.5;
}
.col_news_list .news_ff{
    font-size: 0.2rem;
   /* font-family: 'syh';*/
    color: #808080;
    line-height: 1.75;
}
@media screen and (max-width: 767px){
    .col_news_list .news_con{padding:20px;}
}
@media screen and (max-width: 479px){
    .col_news_list .news{
        flex-direction:column;
        align-items:center;
        padding:20px;
    }
    .col_news_list .news_con{width:100%;padding:20px 0;}
    .col_news_list .news_imgs::after{display:none;}
}