﻿.kepuList{
    list-style: none;
    margin: .3rem -.2rem 0;
}
.kepuList li{
    /* width: 33.33%; */
    width: 25%;
    padding: 0 .2rem;
    margin-bottom: .4rem;
}
.kepuLink{
    display: block;
    cursor: pointer;
}
.kepuImg{
    padding-bottom: 56.56%;
    padding-bottom: 125%;
    border-radius: 5px;
}
.kepuTit{
    color: #333333;
    line-height: 1.6;
    font-weight: normal;
    margin: .1rem 0;
    transition: all .3s;
}
.kepuCon{
    color: #999999;
    line-height: 1.7;
    height: 3.4em;
    -webkit-line-clamp: 2;
    margin: .1rem 0;
}
.kepuBot{
    font-size: 12px;
    color: #999999;
    line-height: 1.8;
}
.kepuBot .from{
    flex: auto;
    overflow: hidden;
}
.kepuBot .time{
    flex-shrink: 0;
    padding-left: 17px;
    background: url(../image/time.webp) left center no-repeat;
}
.kepuLink:hover .kepuImg .imgBg{
    transform: scale(1.1);
}
.kepuLink:hover .kepuTit{
    color: var(--baseColor);
}
@media (max-width:1600px){

}
@media (max-width:1400px){

}
@media (max-width:1200px){
    .kepuList{
        margin: .3rem -.1rem .1rem;
    }
    .kepuList li{
        padding: 0 .1rem;
        margin-bottom: .2rem;
    }

}
@media (max-width:991px){

}
@media (max-width:767px){
    .kepuList li{
        width: 50%;
    }

}
@media (max-width:640px){

}
@media (max-width:460px){
    .kepuList li{
        width: 100%;
    }
    .kepuCon{
        height: auto;
        max-height: 3.4em;
    }

}