body{
    background-color: #F5F6F8;
}
.line_sty{
    width: 24px;
    height: 4px;
}
.fh_banner_img{
    width: 100%;
}
.pcimg{
    display: block;
}
.mimg{
    display: none;
}
.about_banner{
    width: 100% !important;
    height: 100%;
}
.banner_line_sty{
    width: 6px;
    height: 50px;
}
.min_show{
    display: none;
}
/* 切换 */
.nr_wt_title{
    width: 1300px;
    margin: 50px auto 0px;
}
.newscat a{
    font-size: 18px;
    display: block;
    width: 130px;
    margin: 15px 5px 0px;
    height: 47px;
    border: 1px solid #E4E7ED;
    color: #606266;
    text-align: center;
    line-height: 47px;
    background-color: #fff;
    transition: all ease-in-out .2s;
}
.newscat a:hover,.newscat a.active{
    color: #fff;
    background: #005CA1;
    border: 1px solid #005CA1;
}
/* 内容 */
.title_left_img{
    width: 71px;
    height: 16.73px;
}
.show_sty{
    width: 410px;
    margin-right: 25px;
}
.show_sty:nth-child(3n){
    margin: 24px 0px 0px;
}
.image_sty{
    width: 100%;
    height: 312px;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.image_sty .image_sl_img{
    object-fit: cover;
    display: block;
    width: 100%;
    height: 312px;
    transition: all ease-in-out .8s;
}
.news-wrap a:hover .image_sl_img{
    transform: scale(1.1);
}
.title_block{
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #E4E7ED;
    height: 45px;
}
.data_icon{
    width: 16px;
    height: 16px;
}
.view_icon{
    width: 20px;
    height: 20px;
}
.gongcheng_height{
    height: 45px;
}

@media (max-width:769px) {
    body{
        background: #F5F6F8;
    }
    .w,.nr_wt_title,.nr_wt{
        width: 100%;
    }
    .tap_height_min{
        justify-content: flex-start;
    }
    
    .min_show{
        display: block;
    }
    .f4 {
        background: none;
        padding: 24px 16px 0;
        box-sizing: border-box;
    }
    .pcimg{
        display: none;
    }
    .mimg{
        display: block;
    }
    .yw_block a{
        width: 80px;
        background-color: #fff;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    .pos-a{
        position: relative;
    }
    .about_banner{
        position: absolute;
        left: 0px;
        top: 0;
        margin-left: 0px;
    }
    .min_new_img{
        width: 116px !important;
        height: 88px;
        object-fit: cover;
    }
    .min_icon_ck{
        width: 12px !important;
    }
    .min_title_sty{
        height: 46px;
    }
    .index_new_margin{
        margin-top: 30px;
    }
    .index_new_margina{
        display: block;
        margin-top: 10px;
    }
    .yw_block a.active{
        background-color: #EA1716;
        color: #fff;
    }
    .margin_bottom160{
        margin-bottom: 20px;
    }
    .image_sl_imgs{
        width: 100%;
        height: 129px;
        border-radius: 6px 6px 0px 0px;
        display: block;
    }
    .title_block{
        border-radius: 0px 0px 8px 8px;
        border: none;
        height: 22px;
        background-color: #fff;
    }
    .nr_border_bottom{
        border-radius: 0px 0px 6px 6px;
    }
    .newscat{
        margin: 10px 0px;
    }
    .newscat a{
        font-size: 14px;
        width: auto;
        width: 28.5%;
        margin: 5px 8px;
        height: 30px;
        display: flex;
        justify-content: center;
	    align-items: center;
    }
    .min_padding_leftRight8{
        padding: 0px 8px;
    }
    .nr_min_margin{
        margin-bottom: 50px;
    }
    .min_padding_bottom10{
        padding-bottom: 10px;
    }
}