.info19_wrapper {
    padding: 120px 0;
}
.info19_container {
    max-width: 1200px;
    margin: 0 auto;
}
.info19_lists_wrapper {
    display: flex;
    justify-content: space-between;
}
.info19_list_left_img {
    width: 50%;
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info19_list_left_img > div > a > img {
    width: 292px;
}
.info19_list_right_img {
    width: 50%;
}
.info19_item_img {
    width: 100%;
    transition: all 0.5s;
    object-fit: cover;
}
.info19_position {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.info19_item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.info19_item_title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    transition: all 0.5s;
    z-index: 99;
}
.info19_item_hide {
    position: absolute;
    left: -600px;
    bottom: 10px;
    max-width: 600px;
    transition: all 0.5s;
    z-index: 99;
}
.info19_item_hide > p {
    color: #fff;
    font-size: 14px;
    word-break: break-all;
    line-height: 30px;
}
.info19_item_arrow {
    display: flex;
    align-items: center;
}
.info19_item_arrow > p {
    color: #fff;
    font-size: 14px;
}
.info19_item_arrow > div {
    overflow: hidden;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.info19_item_arrow > div > img {
    width: 24px;
    height: 24px;
    animation: identifier 1s linear infinite;
}
.info19_item_1:hover .info19_item_title_1 {
    bottom: 208px;
}
.info19_item_1:hover .info19_item_hide_1 {
    left: 40px;
}
@keyframes identifier {
    0% {
        transform: translate(-28px, 0);
    }
    50% {
        transform: translate(0px, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.info19_item_title_0 {
    font-size: 26px;
}
.info19_item_1:hover .info19_item_title_1 {
    bottom: 118px;
}
.info19_item_1:hover .info19_item_hide_1 {
    left: 10px;
}
.info19_item_2:hover .info19_item_title_2 {
    bottom: 118px;
}
.info19_item_2:hover .info19_item_hide_2 {
    left: 10px;
}
.info19_item_3:hover .info19_item_title_3 {
    bottom: 118px;
}
.info19_item_3:hover .info19_item_hide_3 {
    left: 10px;
}
.info19_item_4:hover .info19_item_title_4 {
    bottom: 118px;
}
.info19_item_4:hover .info19_item_hide_4 {
    left: 10px;
}
.info19_item_0:hover .info19_item_title_0 {
    bottom: 138px;
}
.info19_item_0:hover .info19_item_hide_0 {
    left: 40px;
}
.info19_item_1:hover .info19_item_mask_1,
.info19_item_4:hover .info19_item_mask_4,
.info19_item_2:hover .info19_item_mask_2,
.info19_item_3:hover .info19_item_mask_3,
.info19_item_0:hover .info19_item_mask_0 {
    background: linear-gradient(
        0deg,
        rgba(15, 21, 29, 0.65) 0%,
        rgba(12, 13, 17, 0.44) 100%
    );
}

.info19_item_1:hover .info19_item_img_1,
.info19_item_2:hover .info19_item_img_2,
.info19_item_4:hover .info19_item_img_4,
.info19_item_3:hover .info19_item_img_3,
.info19_item_0:hover .info19_item_img_0 {
    transform: scale(1.05);
}
.info19_item_mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.5s;
}

@media (max-width: 768px) {
    .info19_lists_wrapper {
        display: block;
    }
    .info19_list_left_img {
        width: 100%;
        margin-right: 0;
    }
    .info19_list_right_img {
        width: 100%;
    }
    .info19_list_left_img > div > a > img {
        width: 100%;
    }
    .info19_position {
        margin-bottom: 20px;
    }
    .info19_position > a {
        display: block;
    }
    .info19_item_img {
        width: 100%;
    }
    .info19_item_mask_1,
    .info19_item_mask_2,
    .info19_item_mask_3,
    .info19_item_mask_4,
    .info19_item_mask_0 {
        background: linear-gradient(
            0deg,
            rgba(15, 21, 29, 0.65) 0%,
            rgba(12, 13, 17, 0.44) 100%
        );
    }
    .info19_item_title_1,
    .info19_item_title_2,
    .info19_item_title_4,
    .info19_item_title_3,
    .info19_item_title_0 {
        bottom: 128px;
    }
    .info19_item_hide_1,
    .info19_item_hide_2,
    .info19_item_hide_3,
    .info19_item_hide_4,
    .info19_item_hide_0 {
        left: 10px;
    }
    .info19_item_title_0 {
        font-size: 16px;
    }
}
