.arabic-exclusive .QX-146840910 .ArtContent{
    text-align: right;
}
.arabic-exclusive .QX-146840910 .time{
    justify-content: flex-end;
}

.QX-146840910 {
    position: relative;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 30px 0;
}

.QX-146840910 .title {
    font-size: 34px;
    color: #2E2E2E;
    letter-spacing: 0;
    text-align: center;

    line-height: 51px;
}
.QX-146840910 .title .tt{
    margin-bottom: 30px;
}
.QX-146840910 .art {
    display: flex;
    flex-wrap: wrap;
}

.QX-146840910 .ArtItem {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.13);
    position: relative;
}

.QX-146840910 .ArtItem.noPhoto {
    padding-bottom: 130px;
}

.QX-146840910 .ArtContent {
    padding: 40px;
}

.QX-146840910 .imgBox {
    width: 100%;
    height: 230px;
}

.QX-146840910 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.QX-146840910 .time {
    font-size: 14px;
    color: #D7000F;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.QX-146840910 .time span {
    margin-left: 12px;
}

.QX-146840910 .ArtH5 {
    font-size: 22px;
    color: #2E2E2E;
    line-height: 30px;
}

.QX-146840910 .ArtH5 a {
    color: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
}

.QX-146840910 .ArtP {
    font-size: 14px;
    color: #5F5F5F;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
}

.QX-146840910 .butn {
    border: 1px solid;
    border-radius: 2px;
    display: none;
    position: absolute;
    bottom: 80px;
    font-size: 15px;
    color: #D7000F;
    left: 40px;
}

.QX-146840910 .butn a {
    padding: 12px 30px;
    display: block;
    color: inherit;
}

.QX-146840910 .ArtItem:nth-child(n+4) {
    margin: 20px 10px 0;
}

.QX-146840910 .noPhoto .imgBox {
    display: none;
}

.QX-146840910 .noPhoto .butn {
    display: block;
}

.QX-146840910 .noPhoto .ArtP {
    -webkit-line-clamp: 8;
}

.QX-146840910 .pagination {
    max-width: 1180px;
    margin: 30px auto 0;
    text-align: center;
    display: block;
    width: 100%;
}

.QX-146840910 .paging {
    display: flex;
    justify-content: center;
}

.QX-146840910 .paging li {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    border: 1px solid;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    transition: all .3s;
}

.QX-146840910 .paging li.active {
    color: #fff !important;
}

.QX-146840910 .paging li:hover {
    color: #fff !important;
}

.QX-146840910 .paging li a {
    color: inherit;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.QX-146840910 .pagination li>a#previousPage {
    margin-right: 0;
    background-position: left center;
    padding-top: 1px;
    display: unset;
}

.QX-146840910 .pagination li>a#nextPage {
    margin-left: 0;
    background-position: right center;
    padding-top: 1px;
    display: unset;
}

.QX-146840910 .margin_unset{
    margin: 0 !important;
}
@media screen and (max-width:900px) {
    .QX-146840910 .ArtItem {
        width: calc(50% - 20px);
    }

    .QX-146840910 .ArtItem:nth-child(n+3) {
        margin: 20px 10px 0;
    }

    /* .QX-146840910 .noPhoto .butn {
        position: relative;
        display: inline-block;
        bottom: 0;
        margin-top: 30px;
    } */
}

@media screen and (max-width:510px) {
    .QX-146840910 .title {
        font-size: 24px;
       
    }
    .QX-146840910 .title .tt{
         margin-bottom: 20px;
    }

    .QX-146840910 .ArtItem {
        width: calc(100% - 20px);
    }

    .QX-146840910 .ArtItem:nth-child(n+2) {
        margin: 20px 10px 0;
    }
}