@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 14rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-size: contain;
}

.con_box {
    width: 100% !important;
    max-width: 14rem;
    margin: 0 auto;
}

.content {
    position: relative;
    display: flex;
}




.list_box{
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    min-height: 6.5rem;
}
.list_box .item{
    position: relative;
}
.img_box{
    width: 2.8rem;
    height: 1.86rem;
}
.img_box img{
    display: block;
    width: 100%;
    height: 100%;
}
.list_box .item .red_hover{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 0.15rem;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 8%);
}
.list_box .item .red_hover .con_1{
    padding-right: 0.35rem;
    width: 68%;
}
.list_box .item .red_hover .title{
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #333;
    max-width: 7.8rem;
}
.list_box .item .red_hover .text_box{
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.15rem;
    height: 0.5rem;
    line-height: 0.24rem;
    color: #787878;
}
.list_box .item .red_hover .date{
    font-size: 0.16rem;
    color: #707070;
    margin-top: 0.15rem;
}
.list_box .item .red_hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 0;
    left: 0;
    background: #ac0000ed;
    transition: all 0.5s ease-out 0s;
    
}
.list_box .item .red_hover:hover::after{
    width: 100%;
}<!--0.00019598007202148-->