.block11844 .wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.block11844 .tile {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    position: relative;
    height: 310px;
}

.block11844 .imgBox {
    width: 100%;
    height: 100%;
}
 .block11844 .tile:nth-child(odd) {
    margin-right: 30px;
  }
.block11844 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.block11844 .textBox {
    position: absolute;
    width: 60%;
    z-index: 3;
    color: #fff;
    left: 26px;
    bottom: 26px;
    max-height: calc(100% - 52px);
    overflow: hidden;
}

.block11844 .title {
    transition: .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}

.block11844 .text {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
div.block11844 .text .paragraph1 {
    color: inherit;
}
.block11844 .but {
    color: #fff;
    background: var(--color-match-setting1, #fc5a0a);
    bottom: 30px;
    display: inline-flex;
    font-size: 35px;
    height: 70px;
    position: absolute;
    right: 30px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 70px;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

.block11844 .imgMask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    transition: 0.3s;
    background: linear-gradient(to right, var(--color-match-setting1, #fc5a0a) 3%, var(--color-match-setting1, #fc5a0a) 5%, rgba(252, 90, 10, 0) 100%);
    opacity: 0;
}

.block11844 .button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.block11844 .tile:hover .imgMask {
    opacity: 1;
}

.block11844 .tile:hover .but {
    background: #272d33 !important;
}

.block11844 .but:hover {
    opacity: 0.8;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* .fadeInLeft {
    
} */

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.block11844 .but .iconfont_phoenix.lead-icon-type {
    font-size: 20px;
    color: #fff;
}



@media screen and (max-width:1200px) {

    .block11844 .title {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media screen and (max-width:800px) {
    div.block11844 .wrapper .tile {
        margin: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .block11844 .title {
        font-size: 32px;
        line-height: 1.2;
    }
}

@media screen and (max-width:500px) {
    .block11844 .textBox {
        bottom: 16px;
        left: 16px;
    }

    .block11844 .title {
        font-size: 32px;
        line-height: 1.2;
    }

    .block11844 .but {
        bottom: 10px;
        height: 46px;
        line-height: 42px;
        right: 10px;
        width: 46px;
        font-size: 30px;
    }

    .block11844 .text {
        line-height: 1.2;
    }
}