.banner-list{ 
    width: 100%; height: 100%; 
}

/* list object */
/* 
.banner-image-list-content{
    width: 100%; height: 100%;
} */

.banner-list-object table{
    border-bottom:1px solid #cccccc;
    margin: 0;
}

.banner-list-object table tr td{
    border: none; 
    vertical-align:middle;
}
.banner-list-object .object-img{
    width:64px;
}
.banner-list-object .object-img img{
    width:100%; 
    height:auto;
}

/* @media screen and (max-device-width: 500px) {
    .land-list-object .img{
        width:100%;
    }
} */

.banner-list-object .object-menu{
    height: 50px;
}

.banner-list-object .object-menu .btn{
    border: none;
    background: none;
}

.banner-list-object .object-menu .font-icon{
    font-size: 2rem;
    counter-reset: #333333;
}
.banner-list-object .object-menu .font-icon-disable{
    font-size: 2rem;
    color: grey;
}
