.cc-section ol.rig li::before{

    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #00bd5f !important;
    border-radius: 50%;
}

.my .head {
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    border-top: 1px solid #e5e5e5;
}
.my .head>span {
    display: inline-block;
    vertical-align: top;
}
.my .head>span.active b {
    color: #333;
    font-weight: 600;
}
.my .head>span b {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    min-width: 56px;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}
.my .head>span.active b::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00bd5f;
}
.my .head>span.active small {
    display: block;
}

.my .head>span small {
    display: none;
    color: #999;
}
.my .head small {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #666;
}
.cc-slots .sign::after{
    content: "推荐" !important;
}
.cc-topSeek .box .logo img {
    display: block;
}
.cc-topSeek.type1 .logo img {
    max-height: 100px;
    width: auto;
    height: auto;
}




.hm_floor{
    display: flex;
    justify-content: start;
    width:100%

}

.hm_floor .lis_cla{
    margin:5px 0px 0px;
    background: white;
    padding: 10px 5px;
    border-bottom:1px solid #e7e7e7;
    font-size: 16px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
}


.hm_floor  .lis_cla .sel{
    padding: 5px 9px;
    font-size: 16px;
}
.hm_floor .active{
    background: #00bd5f ;
    color: white;
}
.hm_floor .hover{
    color:#fff;

}
.hm_floor .all{
    display: block;
    width: 50px;
    font-size: 16px;
    height: 30px;
    text-align: center;
    margin-top: 17px;
    line-height: 30px;
    margin-left: 15px;
    flex-shrink: 0;
}

.now_pos > a + a:before {
    content: ">";
    padding: 0 5px;
    color: #333;
}

.pages {
    margin: 20px 0;
}
.pages ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pages ul li{
    padding: 2px 10px;
    margin: 0 0px;
}
.pages a {
    display: inline-block;
    color: #575757;
    font-size: 16px;
    text-align: center;
    border-radius: 0.375rem;
}

.pages a.next_page {
    float: right;
}
.pages ul li span{
    font-size: 16px;
    background: none;
    display: block;
    vertical-align: top;
    padding: 0 10px;
}
.pages .active span {
    background: #00bd5f;
    color: white;
    border-radius: 0.375rem;
}


.entry-meta{
    padding: 20px 0;
}
.entry-meta ul {
    overflow: hidden;
}
.entry-meta ul li {
    display: flex;
    justify-content: start;
    line-height: 26px;
}
.entry-meta ul:first-child li:last-child a{
    width: 70%;
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.entry-meta ul li a{
    display: block;
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: #000 !important;

}



.ell1{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}


.ell2{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.ell3{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.ell4{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
}



.width{

    width: 300px;
}
.w1200{
    width: 1200px;
}
.w860{
    width: 860px;
}
.right{
    float: right;
}
.left{
    float: left;
}
.mt0{
    margin-top: 0 !important;
}
.cc-sections ul.cc-ul li::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #8eb9f5;
    border-radius: 50%;
}


.cc-sections ul.cc-ul li{
    padding-left: 15px;
}
.cc-layout-3s{
    overflow: hidden;
}


.swiper-pagination-bullet-active{
    background: #00bd5f;
}
.listss {display: flex !important;justify-content: space-between}
.listss .right{float: none;width: 30%;overflow:hidden}