.block11194 {
    width: 100%;
    padding: 20px 0;
}

.block11194 .blockTitle {
    width: 100%;
    line-height: 1.42;
    text-align: center;
    margin-bottom: 20px;
    color: #696f72;
    font-size: 16px
}

.block11194 .wrapper {
    width: 100%;
    margin: 0 auto;
}

.block11194 .tile {
    width: 50%;
    outline: none;
}

.block11194 .bottom {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    background: #fff;
}

.block11194 .tile.slick-current .before {
    display: none;
}

.block11194 .before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.4;
}

.block11194 .imgBox {
    width: 50%;
    height: 248px;
}

.block11194 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block11194 .textBox {
    width: 50%;

}

.block11194 .textWra {
    padding: 20px;
}

.block11194 .title {
    line-height: 1.42857143;
    font-size: 20px;
    color: rgb(51, 51, 51);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition-delay: .3s;
}

.block11194 .title a {
    color: inherit;
    outline: none;
    transition:.3s;
    transition-delay: 0s;
}

.block11194 .content {
    margin-top: 3%;
    line-height: 170%;
    color: rgb(51, 51, 51, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    transition-delay: .3s;
}

.block11194 .time {
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    line-height: 1.428;
}

.block11194 .line {
    background: rgb(7, 172, 102);
    height: 2px;
    margin-bottom: 20px;
    width: 0;
    transition: 0s linear;
}

.block11194 .tile.slick-current .line {
    width: 100% !important;
    transition: 3s !important;
}

.block11194 .Article_Container {
    position: relative;
    width: 100%;
}

.block11194 .prev,
.block11194 .next {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0.4;
}

.block11194 .prev {
    left: 10px;
}

.block11194 .next {
    right: 10px;
}

.block11194 .imgBox a {
    outline: none;
}

.block11194 .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: unset;
}

.block11194 .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    opacity: 0.4;
    transition: .3s;
    cursor: pointer;
    margin: 0 5px;
}

.block11194 .slick-dots li button {
    display: none;
}

.block11194 .slick-dots .slick-active {
    opacity: 1;
}

.block11194 .slick-dots li:hover {
    opacity: 1;
}

@media screen and (max-width:1200px) {
    .block11194 {
        margin: 0 10px;
        width: calc(100% - 20px)
    }

    .block11194 .before {
        display: none !important;
    }

    .block11194 .prev,
    .block11194 .next {
        display: none;
    }

    .block11194 .imgBox {
        height: 328px;
    }

    .blockTitle .blockTitle {
        margin: 0 10px;
        width: calc(100% - 20px);
    }
}

@media screen and (max-width:1000px) {
    .block11194 .imgBox {
        height: 287px;
    }
}

@media screen and (max-width:800px) {
    .block11194 .imgBox {
        height: 244px;
    }
}

@media screen and (max-width:500px) {
    .block11194 .bottom {
        flex-direction: column;
    }

    .block11194 .imgBox {
        width: 100%;
    }

    .block11194 .textBox {
        width: 100%;
    }

    .block11194 .imgBox {
        height: 231px;
    }

    .block11194 .title {
        text-align: center;
    }

    .block11194 .content {
        text-align: center;
    }

    .block11194 .blockTitle {
        font-size: 14px;
    }

    .block11194 .wrapper .slick-track {
        display: flex;
    }

    .block11194 .wrapper .slick-slide {
        float: unset;
        height: unset;
    }

    .block11194 .bottom {
        height: 100%;
    }

}