    .yecxx-infolist{
        background-color: #ffffff;
            margin: 5px 8px;
            padding-bottom: 10px;
            overflow: hidden;
            text-align: left;
    }
    .yecxx-infolist li{
            display: inline;
            font-size: 12px;
            height: 32px;
            line-height: 32px;
            width: 100%;
            overflow: hidden;
    }
    
    .yecxx-infolist li div{
            width:100%;
            height: 32px;
            position: relative;
            overflow: hidden;
    }
    
    .yecxx-infolist li div span{
            width:55px;
            height: 20px;
            text-align: right;
            line-height: 20px;
            top:6px;
            right:0px;
            color:#888888;
            position: absolute;
            overflow: hidden;
            font-size: 16px;
    }
    
    
    .yecxx-infolist li em {
            display: inline-block;
            text-align: center;
            width: 30px;
            padding: 0 5px;
            overflow: hidden;
            height: 20px;
            line-height: 20px;
            font-size: 13px;
            font-weight: normal;
            color:#ffffff;
        }
        
        .yecxx-infolist li .infowithzd {
            display: inline-block;
            text-align: left;
            width: calc(100% - 100px);
            padding: 0;
            overflow: hidden;
            height: 20px;
            line-height: 20px;
            font-size: 16px;
            font-weight: normal;
            color:#000000;
            background-color: #ffffff;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow:ellipsis;
        }
        
        .yecxx-infolist li .infonowithzh {
            display: inline-block;
            text-align: left;
            width: calc(100% - 80px);
            padding: 0;
            overflow: hidden;
            height: 32px;
            line-height: 32px;
            font-size: 16px;
            font-weight: normal;
            color:#000000;
            background-color: #ffffff;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow:ellipsis;
        }
        
        .yecxx-infolist li .ttcolor{
            background-color: #ff0000;
        }
    
    .yecxx-infolist li .zdcolor{
        background-color: #20a53a;
    }
    
    /* 添加滚动区域的样式 */
        .scroll-container {
          overflow: hidden;
          position: relative;
        }
        
        .scroll-content {
          position: absolute;
          width: 100%;
          transition: top 0.5s;
        }
    
        .yecxx-city{
            width:100%;
            height: auto;
        }
        .yecxx-city .cityzone{
            background: #ffffff;
            width: 100%;
            overflow: hidden;
        }
        
        .yecxx-city .cityzone li{
            width: 33.3%;
            float: left;
            text-indent: 10px;
            padding: 0px;
            height: 25px;
            line-height: 25px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
        }
        
        .yecxx-city .cityzone li a{
            color:#555;
            font-size:16px;
            text-align: center;
        }


            .links {
        margin-top: 0.6rem;
        border-bottom: solid 1px #eaeaea;
        background: #fff;
    }
    ul,li{
        margin: 0;
        padding: 0;
        border: none;
        outline: none;
    }
    li, ul{
    list-style: none;
    }
    .clearfix:before {
        display: table;
        content: "";
    }
    .links .hd li.on {
        border-color: #B08C4A;
    }
    .links .hd li {
        position: relative;
        float: left;
        width: 50%;
        height: 2.4rem;
        line-height: 2.4rem;
        border-bottom: solid 2px #efefef;
    }
    .links .hd li.on a {
        color: #333;
    }
    .links .hd li a {
        display: block;
        font-size: 1.1rem;
    }
    .links .hd li.on:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 0;
        border: solid 0.25rem transparent;
        border-bottom-color: #B08C4A;
    }
    .links .bd {
        padding: 0.8rem 0 0.3rem 0.8rem;
    }
    .links .bd li {
        float: left;
        margin: 0 0.5rem 0.5rem 0;
        padding: 0.2rem 0.5rem;
        border: solid 1px #eaeaea;
    }
    .links .bd li a {
        font-size: 0.85rem;
        color: #999;
    }