
/* 顶部运营位结束 右上角*/
/* 特色专栏开始 */
#home .tszl-outer-container {
    padding-top: 20px;
}
#home .service-hot .tszl-container {
    width: 1200px;
    padding-left: 5px;
}
#home .service-hot .tszl-body {
    width: 1200px;
    padding-left: 5px;
    margin-top: 25px;
}
.tszl-body .tszl-item {
    position: relative;
    height: 185px;
    width: 280px;
    padding: 30px 26px;
    background: url(/bog-bsdt/static/img/index-static/test-lb.png) no-repeat;
}
.tszl-body .tszl-item .tszl-title {
    display: block;
    font-size: 20px;
    color: #fff;
}
.tszl-body .tszl-item .tszl-dec {
    display: block;
    margin-top: 8px;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
}
.tszl-body .top-bottom-tszl {
    position: relative;
    display: inline-block;
    width: 1200px;
    height: 220px;
}
.tszl-swiper-pagination {
    position: absolute;
    display: none;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.tszl-swiper-pagination .swiper-pagination-switch {
    display: inline-block;
    width: 25px;
    height: 5px;
    /* border-radius: 8px; */
    background: #d3e6fa;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.tszl-swiper-pagination .swiper-active-switch {
    background: #1f58bb;
}
#home .service-hot .tszl-container .tszl-body .prev-set-tszl-style {
    position: absolute;
    display: none;
    top: 40%;
    left: -60px;
    height: 50px;
    width: 50px;
    background: url(../images/index/tszl-left.png) no-repeat;
    background-size: 50px 50px;
}
#home .service-hot .tszl-container .tszl-body .next-set-tszl-style {
    position: absolute;
    display: none;
    top: 40%;
    right: -70px;
    height: 64px;
    width: 64px;
    background: url(../images/index/tszl-right.png) no-repeat;
    background-size: 64px 64px;
}

.prev-set-tszl-style {
    position: absolute;
    display: block;
    top: 40%;
    left: -60px;
    height: 50px;
    width: 50px;
    background: url(../images/index/tszl-left.png) no-repeat;
    background-size: 50px 50px;
}
.next-set-tszl-style {
    position: absolute;
    display: block;
    top: 40%;
    right: -70px;
    height: 64px;
    width: 64px;
    background: url(../images/index/tszl-right.png) no-repeat;
    background-size: 64px 64px;
}

/* 特色专栏结束 */
