.QX-01108139 {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 10px;
}

.QX-01108139 .title {
    margin-bottom: 40px;
}

.QX-01108139 .subt {
    /* width: 100%; */
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 20px);
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: -.03em;
    font-size: 48px;
    font-family: poppins, sans-serif;
    color: #37383e;
}

.QX-01108139 .zh {
    display: flex;
    flex-wrap: wrap;
}

.QX-01108139 .ArticlePicList_Item {
    width: calc(33.33333% - 20px);
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}

.QX-01108139 .ArticlePicList_Item:hover .img img {
    transform: scale(1.08);
    opacity: .8;
}

.QX-01108139 .imgBox {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.QX-01108139 .img {
    width: 100%;
    padding-bottom: 68%;
    height: 0;
    position: relative;
    overflow: hidden;
}

.QX-01108139 .img .maskT {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.QX-01108139 .imgBox img {

    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: .3s;
}


.QX-01108139 .butn {
    position: absolute;
    bottom: 25px;
    left: 25px;
    font-weight: 600;
    color: #fff;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    z-index: 2;
}

.QX-01108139 .ArticlePicList_ItemContentInnerA {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: inherit;
    letter-spacing: .05em;
}

.QX-01108139 .ArticlePicList_ItemContent {
    padding: 25px;
    min-height: 100px;
}

.QX-01108139 .artime {
    font-weight: 600;
    color: rgba(55, 56, 62, .7);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.QX-01108139 .ArticlePicList_ItemContentInnerH3 {
    font-weight: 400;
    line-height: 1.3848em;
    letter-spacing: 0;
    font-size: 24px;
    color: #37383e;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    font-family: poppins, sans-serif;
    word-break: break-word;
}

.QX-01108139 .ArticlePicList_ItemContentInnerH3 a {
    color: inherit;
}

.QX-01108139 .ArticlePicList_ItemContentInnerP {
    margin-top: 25px;
    color: rgba(55, 56, 62, .7);
    font-family: poppins, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -.03em;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    width: 100%;
    word-break: break-word;
    display: none;
}

.QX-01108139 .butn1 {
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    display: none;
    transition: all .3s ease-in-out;
    border-radius: 3px;
}

.QX-01108139 .ArticlePicList_Item:nth-child(3n+2) {
    display: table;
}

.QX-01108139 .ArticlePicList_Item:nth-child(3n+2) .imgBtn {
    display: table-footer-group;
}
.QX-01108139 .pagination {
    max-width: 1180px;
    margin: 10px auto 30px;
    text-align: center;
    display: block;
    width: 100%
}

.QX-01108139 .paging {
    display: flex;
    justify-content: center
}

.QX-01108139 .paging li {
    width: 25px;
    height: 25px;
    margin: 0 5px;
    border: 1px solid #04a07b;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    transition: all .3s
}

.QX-01108139 .paging li.active {
    color: #fff;
    background: #04a07b
}

.QX-01108139 .paging li:hover {
    color: #fff;
    background: #04a07b
}

.QX-01108139 .paging li a {
    color: inherit;
    width: 100%;
    height: 100%;
    position: relative;
    display: block
}

.QX-01108139 .pagination li>a#previousPage {
    margin-right: 0;
    background-position: left center;
    padding-top: 1px;
    display: unset
}

.QX-01108139 .pagination li>a#nextPage {
    margin-left: 0;
    background-position: right center;
    padding-top: 1px;
    display: unset
}

@media screen and (max-width:1200px) {
    .QX-01108139 {
        /* padding: 10px 0; */
        /* 手机端两侧20px */
        padding: 10px 10px;
    }
}

@media screen and (max-width:992px) {
    .QX-01108139 .ArticlePicList_Item {
        width: calc(50% - 20px);
    }

    .QX-01108139 .ArticlePicList_Item:nth-child(3n+2) {
        display: block;
    }

    .QX-01108139 .ArticlePicList_Item:nth-child(3n+2) .imgBtn {
        display: block;
    }

    .QX-01108139 .ArticlePicList_Item:nth-child(2n) {
        display: table;
    }

    .QX-01108139 .ArticlePicList_Item:nth-child(2n) .imgBtn {
        display: table-footer-group;
    }
}

@media screen and (max-width:510px) {
    .QX-01108139 .subt {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .QX-01108139 .ArticlePicList_Item {
        width: 100%;
        margin: 0 0 20px;
    }

    .QX-01108139 {
        padding: 10px;
        /* 手机端两侧20px */
        padding-left: 20px;
        padding-right: 20px;
    }

    .QX-01108139 .ArticlePicList_ItemContentInnerP{
        display: block;
    }

    .QX-01108139 .ArticlePicList_Item .imgBtn{
        display: block !important;
    }
}