.block12164 {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 0;
}

.block12164 .wra {
    width: 100%;
    min-height: 400px;
    display: flex;
}

.block12164 .first {
    width: 50%;
    position: relative;
}

.block12164 .but {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.block12164 .first {
    position: relation;
}

.block12164 .first .zhezhao {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 80%));
    z-index: 1;
}

.block12164 .first .textBox {
    position: relative;
    z-index: 2;

}

.block12164 .first .imgBox {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block12164 .first .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block12164 .first .name {
    margin-left: 30px;
    margin-right: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 60px);
}

.block12164 .first .title {
    font-size: 22px;
    color: #fff;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 0;
}

.block12164 .first .time {
    color: rgba(255, 255, 255, 0.79);
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 15px;
}

.block12164 .first .content {
    display: none;
}

.block12164 .first .textBox,
.block12164 .first .textBox2,
.block12164 .first .textBox3 {
    border: none;
    height: 100%;
}

.block12164 .first .top {
    border: none;
    display: flex;
    flex-direction: column-reverse;
    height: calc(100% - 20px);
    position: relative;
}

.block12164 .first .button {
    margin-left: 25px;
}

.block12164 .first .bottom {
    margin: 0;
}

.block12164 .wrapper {
    width: 50%;
}

.block12164 .tile {
    width: calc(50% - 30px);
    padding: 0 15px;
    outline: none;
}

.block12164 .tile:hover .textBox {
    border: 1px solid #878244;
}

.block12164 .textBox {
    border: 1px solid #f2f2f2;
    transition: all 0.5s;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 26px;
    height: 100%;
}

.block12164 .textBox2 {
    height: 100%;
}

.block12164 .textBox3 {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between; */
    height: 100%;
}

.block12164 .top {
    border-bottom: 1px solid #eeeeee;
}

.block12164 .name {
    padding-top: 40px;
    color: #878244;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 26px;
    font-size: 16px;
    height: 20px;
}

.block12164 .title {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    color: #111111;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 26px;
    word-break: break-word;
    transition: .3s;
}

.block12164 .title a {
    color: inherit;
    outline: none;
}

.block12164 .time {
    font-size: 16px;
    color: #111111;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
    padding-bottom: 20px;
}

.block12164 .time i {
    color: #878244;
    margin-right: 8px;
}

.block12164 .bottom {
    margin-top: 30px;
}



.block12164 .content {
    word-break: break-word;
    font-size: 16px;
    color: #878787;
    line-height: 1.625;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 26px;
    width: calc(100% - 40px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 77px;

}

.block12164 .button {
    font-size: 16px;
    font-weight: 500;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    padding-bottom: 8px;
    color: #878244;
    outline: none;
}

.block12164 .button i {
    margin-left: 8px;
}

.block12164 .imgBox {
    display: none;
}

.block12164 .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    position: unset;
    margin-top: 30px;
}

.block12164 .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #878244;
    opacity: 0.3;
    cursor: pointer;
    margin: 0 5px;
    transition: .3s;
}

.block12164 .slick-dots li button {
    display: none;
}

.block12164 .slick-dots li:hover {
    opacity: 1;
}

.block12164 .slick-dots .slick-active {
    opacity: 1;
}

@media screen and (max-width:1200px) {
    .block12164 {
        width: auto;
        max-width: 1180px;
        margin: 0 auto;
        padding: 20px 10px;
    }
    .block12164 .first {
        width: calc(50% - 10px);
        margin-left: 10px;
    }

    .block12164 .tile {
        width: calc(50% - 20px);
        padding: 0 10px;
    }
}

@media screen and (max-width:989px) {
    .block12164 .wra {
        flex-direction: column;
    }

    .block12164 .first {
        width: calc(100% - 20px);

    }

    .block12164 .first .top {
        min-height: 400px;
    }

    .block12164 .wrapper {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width:760px) {
    .block12164 .first .top {
        min-height: 300px;
    }
}