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;}
.tpcontent{font-weight: bold; font-size: 11pt; color: #2b2b2b; font-family: 宋体;}
.cytpstyle{font-size: 9pt; color: #2b2b2b; font-family: 宋体;}
.content{margin:auto;text-align:left;line-height:18px;padding:3px 0 0 0;color:#727272;}
.process{width:162px;height:11px;background:#EDEDED;overflow:hidden;float:left;margin-left:26px !important;margin-left:13px;margin-right:10px;}
.process div{width:160px;height:11px;background:url(/system/resource/images/newsvote/bg.gif) repeat-x;border-left:1px solid #000;border-right:1px solid #000;}
.process .style7{border-left-color:#ff0000;border-right-color:#ff0000;background-position:0 -77px;}

