

@media (min-width: 1200px){
    
    .index_imgBox{
        width: 100%;
        height: 22vw;
    }

}

@media (max-width: 1200px){

    .index_imgBox{
        width: 100%;
        height: 30vw;
    }

}

.index_imgBox img{
    width: 100%;
    height: 100%;
}

.news_contant_box>p{
    color: #26679a !important;
}

.news_contant_box:hover > p{
    color: #fff !important;
}