#page1.page_div{display:none;}
/* letter_box */
.letter_box{
    display: flex;
    flex-wrap: wrap;
}
.letter_box .letter_item{
    font-size: 0.2rem;
    font-weight: bold;
    background-color: #e5e5e5;
    color: #333;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
    cursor: pointer;
}
.letter_box .letter_item.selected{
    background-color: #0f5630;
    color: #fff;
}
.consl .col_list{
    flex-shrink: 0;
}
.consl .col_news_list{
    width: 100%;
}
.col_news_list .news_list .news{
    float: left;
    width: 20%;
    margin: 15px 2.5%;
}
.col_news_list .news_list .news .news_imgs{
    width: 100%;
    padding-top: 140%;
    margin-bottom: 15px;
    background-color: #e5e5e5;
}
.col_news_list .news_list .news .news_title{
    font-size:0.18rem;
    text-align: center;
    border: none;
}
#l-container .inner{width:12rem;}
@media screen and (max-width:999px){
    #l-container .inner{width:100%;}
}
@media screen and (max-width:767px){
    .col_news_list .news_list .news .news_title{font-size:16px;}
}
@media screen and (max-width:479px){
    .col_news_list .news_list .news{
        width:30.33%;
        margin:15px 1.5%;
    }
    .col_news_list .news_list .news .news_title{font-size:16px;}
}