.news_types{
    display: flex;
    justify-content: center;
}
.news_type{
    font-size: 14px;
    margin-right: 10px;
    padding: 5px;
    border: 1px solid #666666;
    border-radius: 10px;
}
.news_box{
    margin-bottom: 10px;
}
.news_box_img{
    aspect-ratio: 705/388;
}
.news_box_bottom{
    padding: 10px 5px;
    border: 1px solid #666666;
    border-radius: 0 0 5px 5px;
}
.news_box_tit{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_box_button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.news_box_more{
    padding: 2px 15px;
    background-color: #1e78bc;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
}
.news_box_date{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.news_box_date_img{
    width: 20px;
    margin-right: 5px;
}
.hot_button{
    padding: 10px 0;
    background-color: #383842;
    color: #FFFFFF;
    text-align: center;
    /*margin-top: 20px;*/
}
.news_time{
    color: #888;
    padding-bottom: 20px;
    border-bottom: 1px solid #888;
}
.map_img{
    margin-bottom: 10px;
}
.case_bottom{
    padding: 10px;
    font-size: 14px;
    background-color: #F6F6F6;
    font-weight: bold;
    display: flex;
    border-bottom: 7px solid #1e78bc;
    margin-bottom: 10px;
}
.case_bottom_tit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.case_bottom span{
    color: #1e78bc;
}
/**/
.case_title{
    font-weight: 600;
    color: #333333;
    font-size: 18px;
}
.case_date{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.case_date_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.case_date_img{
    width: 20px;
    margin-right: 5px;
}
.case_date .case_date_box:first-child{
    margin-right: 40px;
}
.news_content_buttons{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.news_content_button{
    width: 48%;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #1e78bc;
}
.news_content_button span{
    margin-left: 10px;
}
.news_button_img{
    width: 20px;
}
.case_buttons{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.case_button:last-child{
    background: #F73739;
}
.case_button{
    width: 48%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-size: 15px;*/
    background: #0168B7;
    color: #FFF;
    border-radius: 11px;
}
.case_button img{
    margin-right: 10px;
}
.case_content img{
    width: 100%;
}