.pro_ri .new_boxs{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.new_boxs .pro_ri_mew{
    display: flex;
    width: 100%;
    margin-bottom: 2%;
    padding-bottom: 2%;
    border-bottom: 1px dotted #ccc;
    justify-content: space-between;
    align-items: flex-start;
}
.pro_ri_mew .ri_mew_img{
    width: 20%;
    overflow: hidden;
    cursor: pointer;
}
.ri_mew_img img{
    transition: all .6s ease .1s;
}
.pro_ri_mew .ri_mew_cont{
    width: 78%;
}
.ri_mew_cont a{
    font-weight: bold;
}
.ri_mew_cont p{
    font-size: 12px;
    line-height: 1.4;
    margin: 1% 0;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ri_mew_cont time{
    font-size: 12px;
    color: #999;
}
.ri_mew_cont:hover a{
    color: #0b4193;
}
.ri_mew_img:hover img{
    transform: scale(1.1);
}