﻿.QX-11229324 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.QX-11229324 .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
    margin: 0 15px 40px 15px;
}

.QX-11229324 .blockTitle {
    color: #04a07b;
    font-size: 24px;
    white-space: nowrap;
    /* overflow: hidden; */
    margin-left: inherit!important;
}
.QX-11229324 .top .blockTitle .backstage-blocksEditor-wrap-text .backstage-widgetsettings-tools-zindex{
    top: 50%!important;
}
.QX-11229324 .buttonWra {
    display: flex;
}

.QX-11229324 .buttonTile {
    margin: 0 5px;
    border-radius: 30px;
    transition: .36s ease;
}

.QX-11229324 .buttonTile a {
    padding: 0 22px;
    line-height: 30px;
    font-size: 13px;
    color: #828282;
    display: block;
    transition: .36s ease;
    border-radius: 30px;
    border: 1px solid rgba(170, 170, 170, 0.2);
}

.QX-11229324 .buttonTile:hover a {
    border-color: #04a07b;

    color: #fff;
}

.QX-11229324 .buttonTile:hover {
    background-color: #04a07b;
}

.QX-11229324 .buttonActive {
    background-color: #04a07b;
}

.QX-11229324 .buttonActive a {
    border-color: #04a07b;
    color: #fff;
}

.QX-11229324 .wrapper {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.QX-11229324 .tile {
    width: calc(100% / 3 - 30px);
    margin: 0 15px;
    outline: none;
}

.QX-11229324 .tile:hover .imgBox img {
    transform: scale(1.08);
}

.QX-11229324 .tile:hover .h5Style {
    color: #04a07b;
}

.QX-11229324 .imgBox {
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.QX-11229324 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.36s ease;
}

.QX-11229324 .textBox {
    padding: 40px 0;
    padding-bottom: 100px;
    position: relative;
}

.QX-11229324 .h5Style {
    transition: all 0.36s ease;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.QX-11229324 .h5Style a {
    color: inherit;
}

.QX-11229324 .pStyle {
    transition: all 0.36s ease;
    font-size: 13px;
    max-height: 52px;
    color: #999;
    margin-top: 13px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
}

.QX-11229324 .button {
    display: none;
}

.QX-11229324 .time {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    border-top: 1px solid rgba(170, 170, 170, 0.2);
    color: #888;
    transition: all 0.36s ease;
}

.QX-11229324 .after {
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    background: #04a07b;
    width: 60%;
    transition: 0.56s ease;
    opacity: 0;
}

.QX-11229324 .arrow {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 16px;
    opacity: 0;
    transition: 0.36s ease;
    color: #04a07b;
}

.QX-11229324 .tile:hover .time {
    color: #04a07b;
}

.QX-11229324 .tile:hover .after {
    width: 100%;
    opacity: 1;
}

.QX-11229324 .tile:hover .arrow {
    opacity: 1;
}

.QX-11229324 .wra {
    width: 100%;
    /* display: flex; */
}

.QX-11229324 .timeTwo {
    display: none;
}

@media screen and (max-width:1200px) {
    .QX-11229324 .tile {
        margin: 0 10px;
        width: calc(100% / 3 - 20px);
    }

    .QX-11229324 .top {
        margin: 0 10px 40px 10px;
    }

    .QX-11229324 .imgBox {
        height: 161px;
    }
    .QX-11229324 .btnGroup-container{
        margin-right: 10px;
    }
    .QX-11229324 .Article_Container{
        margin: 0px 10px;
    }
    .QX-11229324 .Article_Container .slick-dots {
        margin-top: 10px;
    }
}

@media screen and (max-width:900px) {
    .QX-11229324 .imgBox {
        height: 138px;
    }
}

@media screen and (max-width:800px) {
    .QX-11229324 .imgBox {
        height: 118px;
    }
}

@media screen and (max-width:700px) {
    .QX-11229324 .btnGroup-container {
        display: none;
    }

    .QX-11229324 .tile {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .QX-11229324 .imgBox {
        display: none;
    }

    .QX-11229324 .textBox {
        padding: 23px 0;
        padding-top: 10px;
        border-bottom: 1px solid rgba(170, 170, 170, 0.2);
    }

    .QX-11229324 .timeTwo {
        display: block;
        color: #ADADAD;
        font-size: 12px;
    }

    .QX-11229324 .h5Style {
        margin-bottom: 4px;
    }

    .QX-11229324 .pStyle {
        margin-top: 7px;
        line-height: 22px;
        max-height: 44px;
    }

    .QX-11229324 .time {
        display: none;
    }

    .QX-11229324 .top {
        margin: 0 10px 16px 10px;
    }

}