
.news_box{
    padding: 18px 24px;
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.news_box .news_title{
    font-size: 16px;
    padding-bottom: 12px;
    font-weight: bold;
}
.news_box li{
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
}
.news_box li a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
} 
.news_box li a:hover{
    color: #6895FF;
}
.news_box li .dot{
    width: 8px;
    height: 6px;
    margin-right: 5px;
}



/* 城市的 */
.city_kaoshi{
    display: flex;
    flex-wrap: wrap;
}
.city_kaoshi li{
    width: 110px;
    margin-right: 30px;
}
.city_kaoshi li:nth-child(2n){
    margin-right: 0;
}
