
.topten-post-slider-wrapper{position:relative}
.topten-arrow{
    position:absolute;
    top:40%;
    background:#000;
    color:#fff;
    border:none;
    /*padding:10px 14px;*/
    cursor:pointer;
    z-index:9;
}
.topten-prev{left:-40px;}
.topten-next{right:-40px;}

.topten-slide-item{text-align:center;padding:10px}
.topten-slide-image{height:220px;overflow:hidden;border-radius:5px;}
.topten-slide-image img{width:100%;height:100%;object-fit:cover}
.topten-slide-title{    height:64px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;margin-top:12px}
.topten-slide-title a{text-decoration:none;color:#000;font-size:22px;}
.topten-post-slider a.btn{padding:14px 20px 10px;}

.topten-slide-contentWrapper {
    background: #F4F4F4;
    padding: 20px;
}