A.c206603{
font-size: 9pt;
color: #222222;
line-height: 150%;
text-decoration: none;}
A.c206603:link {
color: #222222;}  
A.c206603:visited {
color: #222222;}  
A.c206603:active {
color: #222222;}  
A.c206603:hover {
color: #cc0000;}
.carousel {
    position: relative;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1200px;
    min-height: 413px;}

        /* 轮播轨道（承载所有轮播项） */
        .carousel-track {
            position: relative;
            width: 100%;
            height: 100%;}

        /* 轮播项（绝对定位叠加，默认隐藏） */
        .carousel-item {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: none; /* 核心：用display控制显示/隐藏，替代transform */
            z-index: 1;}

        /* 激活的轮播项显示 */
        .carousel-item.active {
            display: block;
            z-index: 2;}

        /* 轮播图片（自适应容器） */
        .carousel-item img {
            width: 100%;
            height: 413px;
           
            border: 0;}

        /* 分页指示器（小圆点，无flex） */
        .carousel-indicators {
            position: absolute;
            bottom: 15px;
            left: 0;
            right: 0;
            text-align: center; /* 文本居中实现圆点横向排列 */
            z-index: 10;}

        .indicator {
            display: inline-block; /* 横向排列，替代flex */
            width: 10px;
            height: 10px;
            margin: 0 4px; /* 替代flex gap */
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            /* 无transform，用背景色/大小变化实现交互 */
            transition: background-color 0.3s, width 0.3s, height 0.3s;}

        .indicator.active {
            background: #fff;
            width: 12px;
            height: 12px;}

        /* 左右控制按钮（无flex） */
        .carousel-controls {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 10;}

        .control-btn {
            position: absolute; /* 绝对定位实现左右分布 */
            top: 50%;
            margin-top: -20px; /* 垂直居中（高度的一半） */
            width: 40px;
            height: 40px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            border: none;
            cursor: pointer;
            font-size: 18px;
            line-height: 40px;
            text-align: center;
            /* 无transform，用背景色实现hover */
            transition: background-color 0.3s;}

        /* 左按钮 */
        .control-btn.prev {
            left: 15px;}

        /* 右按钮 */
        .control-btn.next {
            right: 15px;}

        .control-btn:hover {
            background: rgba(0, 0, 0, 0.7);}
.carousel-item {
            opacity: 0;
            transition: opacity 0.5s ease;}
.carousel-item.active {
            opacity: 1;}
.vsbcontent-table-container-outer { position: relative;}
.vsbcontent-table-container
{
    width: 98%;
    overflow-y: auto;
    _overflow: auto;
    margin: 2px;}
.vsbcontent-table-container::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;}
.vsbcontent-table-container::-webkit-scrollbar-thumb
{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);}
.vsbcontent-table-container-fade
{
    position: absolute;
    right: 0;
    width: 5px;
    height: 100%;
    background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -moz-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -ms-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: -o-linear-gradient(0deg, rgba(255,255,255,.5), #fff);
    background-image: linear-gradient(0deg, rgba(255,255,255,.5), #fff);}
.cont{ width:96%; _height:700px; min-height:700px; margin:0 auto; padding-top:20px;}
.contt{ font-size:18px; text-align:center; line-height:40px;}
.contsh{ height:30px; border-bottom:1px dashed #89b0d5; text-align:center; line-height:30px; padding:10px 0px;}
.contcont{ width:100%; height: auto; font-size:14px; padding-top:30px;}
.contcont p{ line-height:150%; text-indent:30px; padding-bottom:20px;}
