<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ClassTB1 ul{
display: table;
table-layout: fixed;
overflow: hidden;
width: 100%;
margin-top:0px;
margin-bottom:20px;
float: left;
margin-left:auto;
margin-right:auto;
}
ul.boximg1{
float: left;
text-align: left;
width: 100%;
}
ul.boximg1 li{
list-style-type: none;
float: left;
text-align: justify;
text-justify: inter-ideograph;
width: calc((100% - 15px) /2 );
}
ul.boximg1 li img{
text-align: center;
max-width: 100%;
}
ul.boximg1 li:nth-child(2n + 1){
margin-right: 15px;
clear: both;
}
ul.boximg1 li:nth-child(n + 3){
margin-top: 20px;
}
.ClassK1{
margin-top:0px !important;
margin-bottom:20px !important;
}
</pre></body></html>