table.inquiry td span.verify_status img {
    width: 100px;
    vertical-align: middle;
}
table.inquiry {
    border-spacing: 1px;
    border-collapse: initial;
}
#page li {
    display: inline-block;
}
#page li.active span {
    background: #4B92D4;
    color: #fff;
}
.list-g ul {
    padding: 0 2px;
}
.list-g li {
    float: left;
    width: 24%;
    margin: 0.4%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    margin-top: 10px;
}
.list-g li:nth-child(4n) {
    margin-right: 0;
}
.list-g li a img{
    width: 100%;
    height: 209px;
    object-fit: contain;
    display: block;
}

.list-g li h2 {
    height: 44px;
    text-align: center;
    margin-top: 6px;
    line-height: 20px;
    margin-bottom: 6px;
}
.list-g li h2 a {
    font-size: 15px;
    font-weight: 400 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
}
.list-g li:hover {
    border: 1px solid #333333;
}
.list-g li:hover h2 a{
    color: #333333;
}
#main .sBody .box .title .right {
    float: right;
    margin-top: 0px;
    height: 30px;
}
#main .sBody .box .title .right .ll-l {
    background: url(../images/llla.png) no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: 100%;
    margin-right: 8px;
    cursor: pointer;
}
#main .sBody .box .title .right .ll-g {
    background: url(../images/llga.png) no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: 96%;
    margin-right: 8px;
    cursor: pointer;
} 