.closestyle1108596{ font-size:12px;color:#333333;text-decoration: none ;}

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;}
.box{width: 375px;height: 285px;float:left;overflow: hidden;position: relative;}
.box-1 ul{}
.box-1 ul li{width: 375px;height: 285px;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width: 375px; height: 285px;}
.box-1 ul li h2{position: absolute;left: 0;bottom: 0;height: 40px;background: rgba(125,125,120,.4);padding-right:50px;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-weight: normal;width: 373px;padding-left:10px;color: #fff;}
.box-2{position: absolute;right: 10px;bottom: 14px;}
.box-2 ul li{
                float:left;
                width: 12px;
                height: 12px;
                overflow: hidden;
                margin: 0 5px;
                border-radius: 50%;
                background: rgba(0,0,0,0.5);
                text-indent: 100px;
                cursor: pointer;
                margin-right: 0!important;}
.box-2 ul .on{background: rgba(255,255,255,0.6);}
.box-3 span{position: absolute;color: white;background: none;width: 50px;height: 80px;
                top:50%; font-family: "宋体";line-height: 80px;font-size:60px;margin-top: -40px;
                text-align: center;cursor: pointer;}
.box-3 .prev{left: 10px;}
.box-3 .next{right: 10px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: none;}
.item-list .text-item {
	height: 34px;
	border-bottom: 1px solid #d9d9d9;
	position: relative;
	background:url(img/main_list_icon_Bule.gif) no-repeat 0px 11px;
	padding-left:20px;}

 .item-list .text-item .time {
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 0;
   bottom:5px;
	width:55px;
	float:right;}
 .item-list .text-item p {
    color: #333333;
    width: 300px;
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
  
    padding-top: 6px;
    font-size: 14px;
	white-space: nowrap;}
A.c1081529{
font-size: 9pt;
color: #222222;
line-height: 150%;
text-decoration: none;}
A.c1081529:link {
color: #222222;}  
A.c1081529:visited {
color: #222222;}  
A.c1081529:active {
color: #222222;}  
A.c1081529:hover {
color: #cc0000;}
.text-items a {
    padding: 25px 0;
    text-align: center;
    background: #d6d6d6;
    font-size: 16px;}

