/***/
.lists-group1 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;}

.lists-group1 li .leftpic{
    width: 12rem;
    height: 15rem;
    position: relative;
    overflow: hidden;}

.lists-group1 li .leftpic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;}

.lists-group1 li .txt{
    width: calc(100% - 12rem);
    padding: 20px;}

.lists-group1 li a p{
    margin-top: 15px;}

@media screen and (max-width:768px) {
.lists-group1 li{    width: 100%;}
.lists-group1 li a{ padding: 0px;}
.lists-group1 li .txt{ padding: 10px;}

}
