/*modelID=10 文字轮播一begin*/
.layout-cs-carousel-10 .carousel10-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.layout-cs-carousel-10 .carousel10-slider .box {
    padding: 20px;
    color: #333333;
}
.layout-cs-carousel-10 .carousel10-slider .box .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}
.layout-cs-carousel-10 .carousel10-slider .box .abstract {
    text-align: left;
    text-indent: 28px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    min-height: 50px;
}
.layout-cs-carousel-10 .carousel10-slider .box .more a {
    text-decoration: none;
    border-bottom: 2px solid #52C3DD;
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    padding-bottom: 5px;
    float: right;
}
/* 每个tab内容容器样式 */
.layout-cs-carousel-10 .carousel10-slider-content {
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

.layout-cs-carousel-10 .carousel10-slider-content.active {
    display: block;
}

/* tab切换按钮容器样式 */
.layout-cs-carousel-10 .carousel10-tab-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

/* 单个tab切换按钮样式 */
.layout-cs-carousel-10 .carousel10-tab-button {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #52C3DD;
    border-radius: 12px;
    cursor: pointer;
}

.layout-cs-carousel-10 .carousel10-tab-button.active {
    background-color: #52C3DD;
}
/*modelID=10 文字轮播end*/