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%;
    height: 100%;
}
.banner_line_sty{
    width: 6px;
    height: 50px;
}
/* 内容 */
.newscat a{
    font-size: 18px;
    display: block;
    width: 144px;
    margin: 0 10px;
    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:last-child{
    margin-right: 0px;
}
.newscat a:hover,.newscat a.active{
    color: #fff;
    background: #DA1215;
    border: 1px solid #DA1215;
}

.min_show{
    display: none;
}
.news-wrap a{
    display: flex;
    transition: all ease-in-out .2s;
}
.news-wrap a:last-child{
    border: none;
}
.image_sty{
    width: 320px;
    height: 200px;
    overflow: hidden;
    border-radius: 16px;
}
.image_sty .image_sl_img{
    object-fit: cover;
    display: block;
    width: 100%;
/*    height: 172px;*/
    transition: all ease-in-out .5s;
}
.news-wrap a:hover .image_sl_img{
    transform: scale(1.1);
}
.mode_detail{
    width: 142px;
    height: 56px;
    border: 1px solid #EBEEF5;
}
.height_sty{
    height: 64px;
}
.show_sty:hover{
    box-shadow: 0px 10px 22px rgba(26, 53, 95, 0.08);
}
.show_sty:hover .mode_detail{
    background-color: #DA1215;
    color: #fff;
    border: 1px solid #DA1215;
}
.data_icon{
    width: 16px;
    height: 16px;
}
.view_icon{
    width: 20px;
    height: 20px;
}
@media (max-width:1500px) {
    .w{
        width: 1300px;
    }
    .width65p{
        width: 62%;
    }
}
@media (max-width:769px) {
    .con{
        padding: 0px;
    }
    .w{
        width: 100%;
    }
    body{
        background: #F5F6F8;
    }
    .banner_line_sty{
        width: 4px;
        height: 25px;
    }
    .f4 {
        background: none;
        padding: 24px 16px 100px;
        box-sizing: border-box;
    }
    .min_show{
        display: block;
    }
    .about_banner{
        position: absolute;
        left: 0px;
        top: 0;
        margin-left: 0px;
    }
    .min_none,.pcimg{
        display: none;
    }
    .mimg,.zw_block{
        display: block;
    }
    .image_sty{
        width: 136px;
        height: 102px;
        object-fit: cover;
        border-radius: 6px;
    }
    .news-wrap a{
        display: block;
    }
    .ck_icon{
        width: 15px;
    }
    .height_sty{
        height: 43px;
    }
    .line_height32 {
        line-height: 21px;
    }
    .margin_top140{
        margin-top: 50px;
    }
    .show_sty:nth-child(1){
        margin-top: 0px;
    }
    .nr_min_margin{
        margin-bottom: 50px;
    }
    .newscat{
        justify-content: space-between;
        margin: 10px 12px;
    }
    .newscat a{
        font-size: 14px;
        width: auto;
        min-width: 92px;
        padding: 0px 10px;
        margin: 5px 8px;
        height: 30px;
        display: flex;
        justify-content: center;
	    align-items: center;
    }
}