.block35694 {
    width: 100%;
    padding: 20px 0;
}

.block35694 .blockTitle {
    font-size: 36px;
    max-width: 1180px;
    margin: auto;
    margin-bottom: 20px;
}

.block35694 .wrapper {
    width: 100%;
}

.block35694 .tile {
    width: calc(25% - 2px);
    position: relative;
    margin: 0 1px;
    outline: none;
}

.block35694 .imgBox {
    width: 100%;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}

.block35694 .imgBox:hover .textBox {
    opacity: 1;
}

.block35694 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.block35694 .titleBox {
    text-align: center;
    color: #333333;
    padding: 0 5px;
    margin-top: 10px;
}


.block35694 .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.block35694 .textBox {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background-color: rgba(208, 47, 53, 0.94);
    color: #fff;
    text-align: center;
    padding: 15px;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.block35694 .iconBox {
    border: solid 2px #fff;
    display: inline-block;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 15px;
}

.block35694 .iconBox i {
    color: #fff;
    font-size: 16px;
    line-height: 33px;
}

.block35694 .title {
    font-size: 28px;
    margin: 0 0 12px;
    min-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.block35694 .title a {
    color: inherit;
}

.block35694 .btn {
    padding: 5px 0;
    font-size: 15px;
    color: #fff;
    padding-top: 15px;
    display: inline-block;
}

.block35694 .textBox * {
    color: #fff !important;
    font-size: inherit;
}

.block35694 .btn:hover {
    text-decoration: underline;
}

.block35694 .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 18px;
    position: unset;
    transform: translateX(0px);
}

.block35694 .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    background: #ffed18;
    cursor: pointer;
    opacity: 0.3;
    transition: opacity .3s ease;
}

.block35694 .slick-dots li:hover {
    opacity: 1;
}

.block35694 .slick-dots li.slick-active {
    opacity: 1;
}

.block35694 .slick-dots li button {
    display: none;
}

.block35694 a {
    outline: none;
}

.block35694 .proshow-scroll-list:not(.slick-initialized) .proshow-scroll-item:nth-of-type(n+2) {
    display: none;
}

.block35694 .textBox {
    background-color: var(--color-match-setting1)
}

.block35694 .titleBox .title {
    color: var(--color-match-setting1)
}

.block35694 .slick-dots li {
    background-color: var(--color-match-setting1)
}