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;
}
/* 内容 */
.w{
    width: 1302px;
}
.title_left_img{
    width: 71px;
    height: 16.73px;
}
.show_sty{
    width: 417px;
    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: 128px;
}
.data_icon{
    width: 16px;
    height: 16px;
}
.view_icon{
    width: 20px;
    height: 20px;
}

@media (max-width:769px) {
    body{
        background: #F5F6F8;
    }
    .w{
        width: 100%;
    }
    .banner_line_sty{
        width: 4px;
        height: 25px;
    }
    .margin_top130{
        margin-top: 50px;
    }
    .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: 65px;
        background-color: #fff;
    }
    .nr_border_bottom{
        border-radius: 0px 0px 6px 6px;
    }
}