.topic-container {
    margin: 30px auto;
}

.topic-content {
    position: relative;
}

.topic-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    /* margin: 15px 0; */
    overflow: hidden;
}

.topic-item img {
    display: block;
    margin: 0 auto;
}

.topic-item img {
    display: block;
    height: 100%;
    cursor: pointer;
    transition: all .3s;
    border-radius: 15px;
}

.topic-item img:hover {
    transform: scale(1.05);
}

.pagination {
    margin-top: 30px;
}

@media(max-width:1200px) {

    .topic-container {
        padding: 0 15px;
    }

    .topic-content {
        margin: 20px 0;
    }

    .topic-item img {
        /* width: 192px; */
        /* height: 100%; */
        border-radius: 15px;
    }
}

@media(max-width:992px) {

    .topic-item {
        height: 87px;
    }

    .topic-item img {
        /* width: 192px; */
        /* height: 100%; */
        width: 100%;
        border-radius: 15px;
    }
}
@media(min-width: 1200px){
    .syFocusThumb .pagination{
        width: 100%;
    }
}

