#page li {
    display: inline-block;
}
#page li.active span {
    background: #FC6B0E;
    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: 174px;
    object-fit: contain;
    display: block;
}

.list-g li h2 {
    height: 66px;
    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: 3;
    overflow: hidden;
    color: #333;
}
.list-g li:hover {
    border: 1px solid #4C4C4C;
}
.list-g li:hover h2 a{
    color: #4C4C4C;
}
#main .sBody .box .title .right {
    float: right;
    margin-top: 0px;
    height: 30px;
}
html[lang=ar] #main .sBody .box .title .right {
    float: left;
    margin-top: 0px;
    height: 30px;
    margin-left: 8px;
}
#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;
}