.QX-11228299 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
}

.QX-11228299 .titleBox {
    color: #333;
    /* font-family: rm_probold, Verdana, Arial, sans-serif; */
    font-size: 20px;
    letter-spacing: 2px;
    /* line-height: 32px; */
    margin: auto;
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 40px;
    /* white-space: nowrap;
    overflow: hidden;
    font-weight: bold; */
}

.QX-11228299 .articleBox {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-wrap: wrap;
}

.QX-11228299 .tile {
    width: calc(33.3333% - 40px);
    padding: 40px 40px 40px 0;
    position: relative;

}

.QX-11228299 .imgBox {
    display: none;
}

.QX-11228299 .articleTime {
    color: #333;
    font-size: 12px;
    line-height: 24px;
    opacity: 0.9;
}

.QX-11228299 .h5Style {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin: 12px 0;
}

.QX-11228299 .h5Style a {
    color: inherit;
}

.QX-11228299 .pStyle {
    color: #333;
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.QX-11228299 .but {
    display: none;
}

.QX-11228299 .before {
    background: #c3c3c3;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 40px);
}

.QX-11228299 .after {
    background: #333;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
}

.QX-11228299 .butA {
    width: 100%;
    text-align: center;
}

.QX-11228299 .butA .buttonBox {
    display: inline-block;
    transition: background .2s ease;
    -o-transition: background .2s ease;
    -webkit-transition: background .2s ease;
}

.QX-11228299 .buttonBox .backstage-componet-bd {
    max-width: calc(100% - 22px);
    display: inline-block;
    cursor: pointer;
    background: inherit;
    padding: 11px 11px;
}

.QX-11228299 .buttonBox .backstage-componet-bd .blocks-button {
    width: 100%;
    border: 0;
    border-radius: 3 px;
    color: #fafafa;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    letter-spacing: 2px;
    outline: none;
    text-align: center;
}


@media screen and (max-width:1140px) {
    .QX-11228299 .articleBox {
        margin-bottom: 35px;
    }

    .QX-11228299 .buttonBox {
        margin-top: 35px;
    }

    .QX-11228299 .titleBox {
        width: calc(100% - 20px);
    }

    .QX-11228299 .articleBox {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width:760px) {
    .QX-11228299 .articleBox {
        margin-bottom: 25px;
    }

    .QX-11228299 .buttonBox {
        margin-top: 25px;
    }

    .QX-11228299 .tile {
        width: 100%;
        padding: 40px 0;
    }
}