.anli_Box{
    width: 16rem;
    margin: 0 auto;
}
.anli_tit{
    font-size: 0.42rem;
    color: #244E2D;
    font-weight: bold;
    text-align: center;
    padding:0.55rem 0 0.35rem 0 ;
    border-bottom: 0.01rem solid #244E2D;
}
.anli_txtList{
    padding: 0.39rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.anli_a1{
    width: 2.83rem;
    height: 0.7rem;
    background: #FFFFFF;
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
    border: 0.01rem solid #244E2D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #244E2D;
    font-size: 0.16rem;
    margin: 0 0.25rem 0.15rem 0.25rem;
    transition: all .25s;
}
.anli_a1.active{
    background: #244E2D;
    color: #fff;
}
.anli_a1:hover{
    background: #244E2D;
    color: #fff;
}

.anli_list_content{
    display: flex;
    align-items: center;
    margin-bottom: 0.7rem;
}
.anli_list_content:nth-child(2n) .anli_img{
    order: 1;
}
.anli_list_content:nth-child(2n) .anli_txtbox{
    order: 0;
}
.anli_wrap{
    padding-top: 0.8rem;
}
.anli_img{
    width: 8rem;
    height: 4.9rem;
    overflow: hidden;
}

.anli_img img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.anli_img:hover>img{
    transform: scale(1.03);
}

.anli_txtbox{
    flex: 1;
    padding:0 0.7rem;
}
.anli_titler{
    font-size: 0.32rem;
    color: #0F4F2C;    
}
.anli_messbox,.news_messbox{
    color: #4B4B4B;
    font-size: 0.16rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    margin-top: 0.6rem;
}
.news_messbox{
    margin-top: 0.3rem!important;
}


.news_data{
    color: #555555;
    font-size: 0.16rem;
    margin-top: 0.2rem;
}
.anli_xiangq,.news_xiangq{
    width: 1.82rem;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999rem;
    color: #244E2D;
    font-size: 0.16rem;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    border: 0.01rem solid #eee;
    transition: all .25s;
}
.news_xiangq{
    margin-top: 0.3rem!important;
}
.anli_xiangq:hover{
 background: #244E2D;
 color: #fff;
}
.loading_many{
    width: 1.82rem;
    height: 0.6rem;
    display: flex;
    justify-content: cetner;
    align-items: center;
    border-radius: 999rem;
    color: #244E2D;
    font-size: 0.16rem;
    justify-content: center;
    align-items: center;
    margin: 0.55rem auto;
    border: 0.01rem solid #eee;
    transition: all .25s;
}
.anli_page_titler{
    color: #244E2D;
    font-size: 0.42rem;
    font-weight: bold;
    text-align: center;
    padding: 0.55rem 0 0.25rem 0 ;
}
.timer_txt{
    text-align: center;
    margin-bottom: 0.5rem;
    font-size: 0.16rem;
}
.anli_fyBox{
    display: flex;
}
.anli_f_font{
    font-size: 0.16rem;
    color: #222;
    font-weight: bold;
}
.anli_f_txt{
    width: 2.4rem;
    font-size: 0.16rem;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.anli_f_i{
    width: 0.21rem;
    height: 0.21rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a8a8a8;
    border-radius: 50%;
    border: 0.01rem solid #888888;
}
.anli_fanye{
    margin-top: 0.5rem;
    padding: 0.5rem 0 ;
    border-top: 0.2rem solid #F5F5F5;
    display: flex;
    justify-content: space-between;
}
.anli_fyBox:hover .anli_f_font{
    color: #244E2D;
}
.anli_fyBox:hover .anli_f_txt{
    color: #244E2D;
}

.news_img{
    width: 5.21rem;
    height: 3.2rem;
    overflow: hidden;
    transition: all .245s;
    border-radius: 0.1rem;
}
.news_img img{
    width: 100%;
    height: 100%;
    transition: all .25s;
}
.news_img:hover>img{
    transform: scale(1.03);
}
.news_titler{
    width: calc(16rem - 5.21rem - 0.7rem);
    font-size: 0.32rem;
    color: #0F4F2C;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list_items{
    padding-bottom: 0.6rem;
    border-bottom: 0.01rem solid #D6D6D6;
    margin-bottom: 0.55rem!important;
}
.anli_page_mess {
    line-height: 1.6;
    font-size: 0.16rem;
}

@media only screen and (max-width:1024px){
    .anli{
        margin-top: 1.25rem;
    }
    .anli_Box{
        width: auto!important;
    
    }
    .anli_txtList{
        justify-content: flex-start;
    }
    .anli_a1 {
        width: auto;
        flex: 1;
        font-size: 14px;
    }
    .anli_pages{
        padding: 0 15px;
    }
    .anli_page_titler {
        font-size: 18px;
    }
    .timer_txt {
        font-size: 12px;
    }
    .anli_page_mess p {
        font-size: 12px;
        line-height: 1.5;
    }
    
    .anli_fanye{
        padding-left:15px ;
        padding-right: 15px;
    }
    .anli_f_font,.anli_f_txt{
        font-size: 12px;
    }
    
    .anli_list_content{
        /*flex-direction: column;*/
        padding: 0 10px;
    }
    .news_img{
        width: 145px;
        margin-right: 10px;
        height: auto;
    }
    .anli_txtbox{
        flex:none;
    }
    .anli_txtbox{
        padding: 10px 0;
        width: 200px;
    }
    .news_titler{
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        
    }
    
    .news_messbox{
        display: block;
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        margin-top: 0.15rem !important;
    }
    .news_data{
        font-size: 12px;
        margin-top: 0.1rem;
    }
    .anli_xiangq, .news_xiangq {
        margin-top: 0.15rem !important;
        font-size: 12px;
    }
    
    
    .anli_wrap {
        padding-top: 0.5rem;
    }
    .anli_img {
        width: 145px;
        margin-right: 10px;
        height: auto;
    }
    .anli_titler {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .anli_messbox, .news_messbox {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .anli_list_content:nth-child(2n) .anli_img {
        order: unset;
    }
}


