.block16974 .wrapper .tile .desc{
    pointer-events: none;
    position: absolute;
    align-items: center;
    top: 0;
    width: 100%;
    display: none;
    transition: background .3s ease;
    line-height: 30px;
}

.block16974 .wrapper .tile .desc>:first-child{
    margin: 20px
}

.block16974 .wrapper .tile:hover .desc{
    display: flex;
    background-color: rgba(0,0,0,0.3);
}

.block16974 .ellipsis-6 {
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}
.block16974 .ellipsis-6 * {
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}
.block16974 .ellipsis-4{
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.block16974 .ellipsis-4 *{
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.block16974 {
    width: 100%;
}

.block16974 .navigation {
    width: 100%;
    max-width: 1210px;
    margin: auto;
}

.block16974 .wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.block16974 .tile {
    position: relative;
    width: calc(100% / 3 - 30px);
    margin: 20px 15px;
    outline: none;
    cursor: pointer;
}

.block16974 .imgBox {
    position: relative;
    width: 100%;
}

.block16974 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.block16974 .textBox {
    background: #fff;
    color: #333;
    transition: background .3s ease, color .3s ease;
}

.block16974 .tile:hover .textBox {
    background: #39BD2F;
    color: #fff;
}

.block16974 .tile:hover .btn {
    border-top: 1px solid #FFFFFF;
}

.block16974 .title {
    padding: 17px;
    font-size: 16px;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block16974 .none {
    display: none;
}

.block16974 .btn {
    font-size: 14px;
    color: inherit;
    border-top: 1px solid #E3E3E3;
    transition: border .3s ease;
    display: block;
    padding: 15px;
    text-align: center;
}

.block16974 .btn i {
    font-size: 12px;
    margin-left: 8px;
    color: inherit;
}

@media screen and (max-width:1200px) {
    .block16974 .tile {
        margin: 15px 10px;
        width: calc(100% / 3 - 20px);
    }
}

.block16974 .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 10px;
}

.block16974 .slick-dots li {
    width: 8px;
    height: 8px;
    background: #DADADA;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    transition: background .3s;
}

.block16974 .slick-dots li:hover {
    background: #39BD2F;
}

.block16974 .slick-dots li.slick-active {
    background: #39BD2F;
}

.block16974 .slick-dots li button {
    display: none;
}