.QX-93140309 {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

/* .atrPage{
        display: flex;
    flex-wrap: wrap;
} */

.QX-93140309 .ArticlePicList_Item {
    transition: all .36s ease;
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    height: 160px;
    overflow: hidden;
    border-color: rgba(0, 0, 0, .08);
    word-break: break-word;
    width: 100%;
}

.QX-93140309 .ArticlePicList_Item:first-child {
    border-top: 1px solid transparent;
}

.QX-93140309 .mc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}

.QX-93140309 .imgBox {
    width: 340px;
    height: 160px;
    float: left;
}

.QX-93140309 .imgBox img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.QX-93140309 .ArticlePicList_ItemContent {
    transition: all .36s ease;
    float: right;
    width: 785px;
    position: relative;
    z-index: 2;
}

.QX-93140309 .ArticlePicList_ItemContentInnerH5 {
    width: 600px;
    margin-top: 23px;
    font-size: 16px;
    color: #303030;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.QX-93140309 .ArticlePicList_ItemContentInnerH5 a {
    color: inherit;
}

.QX-93140309 .ArticlePicList_ItemContentInnerP {
    width: 600px;
    padding-top: 11px;
    font-size: 13px;
    overflow: hidden;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.QX-93140309 .ArticlePicList_ItemContentInnerA {
    display: none;
}

.QX-93140309 .icon {
    position: absolute;
    width: 56px;
    top: 135px;
    right: 27px;
    height: 26px;
    border-left: 1px solid #e5e5e5;
    color: transparent;
}

.QX-93140309 .icon .you1 {
    transition: all .36s ease;
    font-weight: 400;
    position: absolute;
    top: 50%;
    color: #999;
    font-size: 20px;
    transform: translateY(-50%);
    left: 15px;

}

.QX-93140309 .icon .you2 {
    left: -30px;
    opacity: 0;
    font-weight: 400;
    transition: all .36s ease;
    position: absolute;
    top: 50%;
    color: #999;
    font-size: 20px;
    transform: translateY(-50%);

}

.QX-93140309 .time {
    position: absolute;
    right: 27px;
    color: #999;
    top: 55px;
    font-size: 22px;
    line-height: 30px;
}

.QX-93140309 .time span {
    display: none;
}

.QX-93140309 .ArticlePicList_Item:hover {
    padding-left: 20px;
    box-shadow: 0 8px 35px rgba(0, 0, 0, .08);
}

.QX-93140309 .ArticlePicList_Item:hover .ArticlePicList_ItemContent {
    margin-right: -10px;
}

.QX-93140309 .ArticlePicList_Item:hover .you1 {
    left: 40px;
    opacity: 0;
}

.QX-93140309 .ArticlePicList_Item:hover .you2 {
    left: 15px;
    opacity: 1;
}

.QX-93140309 .pagination {
    display: block;
    margin: 20px 0 0;
}

.QX-93140309 .paging {
    display: flex;
    justify-content: center;
}

.QX-93140309 .paging li {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin: 0 5px;
    color: #333;
    transition: all .2s ease-out;
}

.QX-93140309 .paging li.active span {
    color: inherit;;
}

.QX-93140309 .paging li:hover {
    color: #f6a702;
}

.QX-93140309 .paging li>a {
    color: inherit;
}

@media screen and (max-width:1200px) {
    .QX-93140309 {
        padding: 30px 10px;
    }

    .QX-93140309 .imgBox {
        display: none;
    }

    .QX-93140309 .ArticlePicList_Item {
        height: auto;
    }

    .QX-93140309 .ArticlePicList_ItemContent {
        float: unset;
        width: 100%;

    }

    .QX-93140309 .ArticlePicList_ItemContentInnerH5 {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .QX-93140309 .ArticlePicList_ItemContentInnerP {
        width: 100%;
        height: auto;
    }

    .QX-93140309 .icon {
        display: none;
    }

    .QX-93140309 .time {
        font-size: 12px;
        left: 0;
        top: 50px;
        display: flex;
    }

    .QX-93140309 .time span {
        display: block;
        margin-right: 5px;
    }

    .QX-93140309 .ArticlePicList_Item:hover {
        padding-left: 0;
        box-shadow: unset;
    }
}

@media screen and (max-width:768px) {
    .QX-93140309 {
        padding: 0 10px 30px;
    }
}

@media screen and (max-width:510px) {
    .QX-93140309 .ArticlePicList_ItemContentInnerP {
        -webkit-line-clamp: 3;
    }
}