table.lb  {	width: auto; margin-left: auto;	margin-right:auto; padding:5px; border:0px solid red}
table.lb tr td { border:0px solid red; padding:5px;}
.undertitle {color: #000;font-size: 16px; text-align: center; /*width:150px; height:94px ; */ padding-top:2px; }

.lb {display: inline-block;width: 100%;text-align: center;}
.lb-item {overflow: hidden;text-align: center;}
.lb-item a {display: flex;align-items: center;justify-content: center;}
.lb-item a img {margin:0 auto;}
.undertitle{overflow:hidden; margin: 0 auto;} 


@media(max-width:991px){.lb-item {min-height: initial;max-height: initial;}
.lb-item a{display:initial}}

@media(max-width:479px){.lb-item {max-height: initial;min-height: initial;background:none}
.lb-item img {width:100%;} .lb-item a img{width:80%;display: block;}}



