html,body{
    background: #F9FAFB;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    vertical-align: bottom;
}
.main{
    display: flex;
    justify-content: space-between;
    margin:  auto;
    margin-top: 24px;
    padding-bottom: 24px;
}
.main_L{
    width: 260px;
    flex: none;
    margin-right: 20px;
}
.main_R{
    flex: 1;
    width: 100%;
    min-height: 500px;
    background: #FFFFFF;
    padding: 24px 40px;
}
.aside{
    position: sticky;
    top: 24px;
    width: 100%;
    background: #FFFFFF;
}
.aside_top{
    width: 100%;
    height: 80px;
}
.aside_top img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
}
.aside_bottom{
    padding: 24px 0;
}
.aside_list{
    margin-bottom: 14px;
}
.aside_list:last-child{
    margin-bottom: 0;
}
.aside_li1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    padding: 0 48px;
}
.aside_a1_img{
    width: 16px;
    height: 16px;
}
.aside_a1_img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.aside_a1,.aside_span1{
    font-weight: 500;
    font-size: 16px;
    color: #252525; 
}
.aside_i{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0%;
    width: 6px;
    background: #C7282E;
    transition: all 0.4s;
}
.aside_act .aside_i{
    height: 100%;
}
.aside_act{
    background: linear-gradient(90deg, rgba(199, 40, 46, 0) 0%, rgba(199, 40, 46, 0.2) 100%);
}
.aside_act .aside_a1,.aside_act .aside_span1{
    color: #C7282E;
}
.aside_jt_h{
    display: block;
}
.aside_jt{
    display: none;
}
.aside_act .aside_jt_h{
    display: none;
}
.aside_act .aside_jt{
    display: block;
}
.aside_a2{
    font-weight: 500;
    font-size: 14px;
    color: #8C8C8C;
}
.aside_act .aside_a2{
    color: #C7282E;
}
.aside_li2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 32px;
    padding-left: 56px;
    padding-right: 24px;
    margin-bottom: 8px;
}
.aside_li2:last-child{
    margin-bottom: 0;
}
.aside_ul2{
    display: none;
    margin-top: 14px;
}
.aside_a1_img_rot{
    transform: rotate(90deg);
}
.aside_act2 .aside_a1,.aside_act2 .aside_span1{
    color: #C7282E;
}
.aside_act2 .aside_jt_h{
    display: none;
}
.aside_act2 .aside_jt{
    display: block;
}
.aside a:hover{
    color: #C7282E;
}
.aside_act2 + .aside_ul2{
    display: block;
}
/* path */
.path{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #ADADAD;
    flex: none;
}
.path_li{
    font-weight: 400;
    font-size: 14px;
    color: #ADADAD;
    margin: 0 6px;
}
.path_li:last-child{
    color: #C7282E;

}
/* list */
.main_R_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_R_name{
    font-weight: 600;
    font-size: 16px;
    color: #252525;
}
.list_ul{
    margin-top: 40px;
}
.list_li{
    width: 100%;
    height: 148px;
    border-bottom: 1px solid #D8D8D8;
    transition: all 0.4s;
}
.list_li:last-child{
    border: 0;
}
.list_li:hover{
    background: #FFF6F7;
}
.list_day{
    font-family: Rany;
    font-weight: 500;
    font-size: 24px;
    color: #C7282E;
}
.list_year{
    font-family: Rany;
    font-weight: 500;
    font-size: 16px;
    color: #AAAAAA;
}
.list_jt{
    width: 13px;
    height: 8px;
    margin-top: 24px;
}
.list_jt img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.list_L{
    display: flex;
    justify-content: space-between;
}
.list_L2{
    width: 70px;
    border-bottom: 1px solid #C7282E;
    height: 12px;
    margin-left: 24px;
    margin-right: 12px;
}
.list_name{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    transition:color 0.4s;
}
.list_li:hover .list_name{
    color: #C7282E;
}
.list_js{
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #949494;
    margin-top: 12px;
}
.list_L3{
    flex: 1;
}
.list_R{
    height: 100%;
    flex: none;
    margin-left: 24px;
}
.list_R img{
    height: 100%;
    vertical-align: top;
}
.list_li_a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 18px 24px;
}
/* 视频 */
.xskt_box{
   margin-top: 28px;
}
.xskt_li{
    width: 255px;
    margin-bottom: 32px;
    vertical-align: top;
    margin-right: 26px;
}
.xskt_li:nth-child(3n){
    margin-right: 0;
}
.xskt_img{
    width: 100%;
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
}
.xskt_img img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.xskt_name{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 160%;
}
.xskt_time{
    font-weight: 500;
    font-size: 14px;
    color: #898989;
    line-height: 180%;
}
.xskt_bottom{
    padding: 8px;
    padding-bottom: 0;
}
.xskt_sp{
    top: 14px;
    left: 16px;
    width: 52px;
    height: 20px;
}
.xskt_sp img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
/* 投资学院 */
.tzxy_img{
    height: 36px;
}
.tzxy_img img{
    height: 100%;
    vertical-align: top;
}
.tzxy_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.tzxy_top_a{
    font-weight: 400;
    font-size: 14px;
    color: #AAACB0;
}
.tzxy_top_hr{
    border-top: 1px dashed #D8D8D8;
    border-width: 2px 4px;
    flex: 1;
    margin: 0 12px;
}
.tzxy_box{
    margin-top: 24px;
}
.tzxy_li{
    margin-bottom: 32px;
}
.tzxy_list{
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
}
.tzxy_list_a{
    font-weight: 500;
    font-size: 16px;
    /* padding: 7px 38px; */
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    color: #252525;
    margin-right: 16px;
    margin-bottom: 16px;
    transition: all 0.4s;
    width: 150px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tzxy_list_a:hover{
    background: #C7282E;
    box-shadow: 0px 8px 10px 0px #C7282E1A;
    color: #FFFFFF;
    border: 1px solid #C7282E;
    transform: translateY(-6px);
}
.rjxz_top{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
.rjxz_top_img{
    width: 48px;
    height: 48px;
    margin-right: 20px;
}
.rjxz_top_img img{
    width: 100%;
    height: 100%;
}
.rjxz_top_name{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.rjxz_top_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    color: #C7282E;
}
.rjxz_top_btn_img{
    width: 20px;
    height: 20px;
    margin-left: 4px;
}
.rjxz_top_btn_img img{
    width: 100%;
    height: 100%;
}
.rjxz_top_L{
    display: flex;
    align-items: center;
}
.rjxz_top_li{
    width: 48%;
    height: 80px;
    box-shadow: 0px 4px 20px 0px #0000000A;
    border-radius: 4px;
}
.rjxz_top_li:hover{
    box-shadow: 0px 4px 20px 0px #0000001A;
}
.rjxz_top_li_a{
    width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rjxz_nav{
    margin-top: 48px;
}
.rjxz_nav_a{
    padding: 4px 12px;
    color: #6E6E6E;
    font-weight: 500;
    font-size: 16px;
    vertical-align: top;
    transition: color 0.4s;
}
.rjxz_nav_a:hover{
    color: #C7282E;
}
.rjxz_nav_a_act{
    background: #C7282E !important;
    color: #FFFFFF !important;
}
.rjxz_list{
    margin-top: 32px;
}
.rjxz_li{
    width: 100%;
    min-height: 200px;
    background: #F7F7F8;
    padding: 24px 54px 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    overflow: hidden;
}
.rjxz_li_img{
    width: 70px;
    height: 70px;
    margin-right: 24px;
    flex: none;
}
.rjxz_li_img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.rjxz_li_name{
    font-weight: 500;
    font-size: 18px;
    color: #252525;
}
.rjxz_li_js{
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #A9A9A9;
    margin-top: 16px;
}
.rjxz_li_l{
    display: flex;
}
.rjxz_li_r{
    flex: none;
    margin-left: 20px;
}
.rjxz_li_r_xz{
    width: 140px;
    box-shadow: 0px 15px 10px -11px #C7282E33;
    background: #C7282E;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    padding: 9px 42px;
    text-align: center;
}
.rjxz_li_r_sm_box {
    text-align: center !important;
}
.rjxz_li_r_sm_box p{
    margin: 12px  0;

}
.rjxz_li_r_sm_box a{
    font-size: 14px !important;
    color: #0885F2 !important;
}
.rjxz_li_r_sm_box img{
    width: 90px !important;
}
.rjxz_li_r_sm{
    font-weight: 500;
    font-size: 14px;
    color: #0885F2;
    text-align: center;
    margin: 12px  0;

}
.rjxz_zk{
    font-size: 14px;
    color: #C7282E;
}
.rjxz_ewm{
    width: 72px;
    margin: 0 auto;
}
.rjxz_ewm img{
    width: 100%;
}
.rjxz_li_p1{
    font-weight: 400;
    font-size: 14px;
    color: #A9A9A9;
}
.rjxz_li_p2{
    font-weight: 400;
    font-size: 14px;
    color: #252525;
}
.rjxz_li_zj{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.rjxz_li_fg{
    font-weight: 400;
    font-size: 14px;
    color: #A9A9A9;
    margin: 0 14px;
}
.rjxz_li_zj_box2{
    margin-top: 5px;
}
.bgxz_box{
    margin-top: 24px;
}
.bgxz_li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    border-bottom: 1px solid #D8D8D8;
}
.bgxz_li:last-child{
    border-bottom: 0;
}
.bgxz_btn{
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    background: #C7282E;
    box-shadow: 0px 15px 10px -11px #C7282E33;
    padding: 8px 42px;
    flex: none;
    margin-left: 24px;
}
.bgxz_L{
    display: flex;
    align-items: center;
}
.bgxz_img{
    width: 64px;
    height: 64px;
    margin-right: 18px;
    flex: none;
}
.bgxz_img img{
    width: 100%;
    height: 100%;
}
.bgxz_name{
    font-weight: 500;
    font-size: 16px;
    color: #252525;
    line-height: 150%;
}
.bgxz_p1{
    color: #252525;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    flex: none;
}
.bgxz_p2{
    font-weight: 400;
    font-size: 14px;
    color: #949494;
    line-height: 150%;
}
.bgxz_p_box{
    display: flex;
    margin-top: 6px;
}
.news{
    margin-top: 38px;
}
.news_name{
    font-weight: 500;
    font-size: 20px;
    line-height: 180%;
    color: #000000;
    text-align: center;
}
.news_txt{
    margin-top: 36px;
}
.news_txt p{
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #000000;
}
.news_txt img{
    max-width: 100% !important;
}
.news_txt video{
    max-width: 100% !important;
    width: 100%;
}
.news_txt table{
    width: 100%;
    max-width: 100%;
}
.zg_news_t2_box{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.zg_news_time{
    font-family: Rany;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #B1B1B1;
    margin-top: 10px;
}
.zg_news_t2_span1{
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #B1B1B1;
    margin-top: 10px;
}
.zg_news_t2_span1 a{
    color: #B1B1B1;
}

.show_box{
    margin-top: 30px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}
.show_box p,.show_box span,.show_box a{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    word-wrap: break-word;
}
.show_box img{
    max-width: 100% !important;
}
.show_box video,.show_box table{
    width: 100%;
    max-width: 100% !important;
}
.cpyc_box{
    margin-top: 26px;
}
.cpyc_top img{
    width: 100%;
    max-width: 100% !important;
}
.cpyc_top *{
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #000000;
}
.cpyc_top p{
    margin-bottom: 16px;
}
.cpyc_top a{
    color: #0686E8;

}
.cpyc_top_li{
    display: flex;
    
}
.cpyc_hr{
    width: 100%;
    border-top: 1px dashed #D8D8D8;
    border-width: 2px;
    margin: 20px 0;
}
.cpyc_li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F7F7F8;
    padding: 16px 32px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.cpyc_li:last-child{
    margin-bottom: 0;
}
.cpyc_li_L{
    display: flex;
    align-items: center;

}
.cpyc_li_name{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}
.cpyc_li_hr{
    font-weight: 500;
    font-size: 16px;
    color: #DBDBDB;
    margin: 0 12px;
    flex: none;
}
.cpyc_li_s{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    flex: none;
}
.cpyc_li_R{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #C7282E;
    margin-left: 24px;
    flex: none;
}
.cpyc_li_img{
    width: 14px;
    height: 14px;
    margin-right: 8px;
    flex: none;
}
.cpyc_li_img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.cpyc_bottom{
    margin-top: 32px;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #989898;
}
.cpyc_bottom_span1{
    flex: none;
}
.cpyc_hr {
    width: 100%;
    border-top: 1px dashed #D8D8D8;
    border-width: 2px;
    margin: 20px 0;
}
.gywm_box{
    margin-top: 42px;
}
.gywm_zb_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gywm_zb_li{
    width: 199px;
    height: 195px;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    background: #FCFCFC;
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
    margin-right: 14px;
    padding-top: 40px;
}
.gywm_zb_li:nth-child(4){
    margin-right: 0;
}
.gywm_zb_li2{
    padding-top: 40px;
    width: 100%;
    height: 195px;
    flex: 1;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    background: #FCFCFC;
    display: flex;
    padding-left: 34px;
}
.gywm_zb_li2 .gywm_zb_img{
    margin: 0;
}
.gywm_zb_li2 .gywm_zb_name{
    text-align: left;
}
.gywm_zb_li2 .gywm_zb_dh{
    text-align: left;
}
.gywm_zb_img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
}
.gywm_zb_img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.gywm_zb_name{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #252525;
    margin-top: 12px;
}
.gywm_zb_dh{
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #C7282E;

}
.gywm_title{
    font-weight: 500;
    font-size: 20px;
    color: #C7282E;
    margin-bottom: 8px;
}
.gywm_fgs{
    margin-top: 32px;
}
.gywm_fgs_ul{
    margin-bottom: 24px;

}
.gywm_fgs_ul:last-child{
    margin-bottom: 0;
}
.gywm_fgs_li{
    width: 100%;
    background: #FCFCFC;
    border-radius: 6px;
    border: 1px solid #DDDDDD;
    padding: 20px 24px;
}

.gywm_fgs_tr{
    display: flex;
    margin-bottom: 16px;
}
.gywm_fgs_tr:last-child{
    margin-bottom: 0;
}
.gywm_fgs_img{
    flex: none;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.gywm_fgs_img img{
    width: 100%;
    height: 100%;
    vertical-align: top;

}
.gywm_fgs_p1{
    font-weight: 500;
    font-size: 16px;
    color: #C7282E;
    flex: none;
}
.gywm_fgs_p2{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #252525;
}
.wxts_box{
    width: 675px;
    height: 393px;
    border-radius: 10px;
    padding: 1px 58px;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px #0000000F;

}
.wxts_name{
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    text-align: center;
}
.wxts_p1{
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 2px;
    color: #252525;
    margin-top: 36px;
}
.wxts_p1 span{
    color: #C7282E;
}
.wxts_btn{
    background: linear-gradient(270deg, #BC111A 0%, #F2414A 100%);
    width: 150px;
    height: 40px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    letter-spacing: 2px;
}
.wxts_btn_gb{
    width: 20px;
    height: 20px;
    right: 48px;
    top: 40px;
}
.wxts_btn_gb img{
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.wxts_gbc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000066;
    z-index: 9999;
}
@media screen and (max-width:1250px) {
    .bgxz_btn {
        font-size: 14px;
        padding: 6px 24px;
        margin-left: 12px;
    }
    .main_R {
        padding: 24px 24px;
    }
    .fxgl_box2_L {
        width: 520px;
    }
    .gywm_zb_li2 {
        flex: none;
    }
    .gywm_zb_li:nth-child(4) {
        margin-right: 14px;
    }
    .gywm_zb_li {
        width: 30%;
    }
    .rjxz_li_name {
        font-size: 16px;
    }
    .rjxz_li_r_sm {
        font-size: 12px;
        margin: 12px 0;
    }
    .rjxz_li_r_xz {
    
        box-shadow: 0px 15px 10px -11px #C7282E33;
        font-size: 14px;
        padding: 6px 24px;
    }
    .rjxz_li_js {
        font-size: 12px;
        margin-top: 12px;
    }
    .rjxz_li_p1 {
        font-size: 12px;
    }
    .rjxz_li_p2 {
        font-size: 12px;
    }
    .xskt_li {
        width: 30%;
        margin-right: 12px;
    }
    .xskt_img {
        height: 130px;
    }
    .xskt_img img {
        object-fit: cover;
    }
}
@media screen and (max-width:1024px) {
    .main{
        margin-top: 1rem;
        padding-bottom: 1rem;
    }
    .banner{
        height: 4.2rem;
        vertical-align: bottom;
    }
    .banner img{
        height: 100%;
        object-fit: cover;
    }
    .main_R_t {
        display: flex;
        align-items: stretch;
        justify-content: inherit;
        flex-direction: column-reverse;
    }
    .main_R_name {
        font-weight: 500;
        font-size: 0.6667rem;
        margin-top: 0.5rem;
    }
    .path {
        font-size: 0.5833rem;
        justify-content: end;
        width: 100%;
    }
    .path_li {
        font-size: 0.5rem;
        margin: 0 0.1rem;
    }
    .main_L{
        display: none;
    }
    .main_R {
        padding: 1rem 1rem;
    }
    .list_li {
        height: auto;
    }
    .list_li_a {
        padding: 0.75rem 0;
        flex-wrap: wrap;
    }
    .list_R {
        height: auto;
        margin-left: 0;
        width: 100%;
        margin-top: 0.5rem;
    }
    .list_R img {
        height: auto;
        width: 100%;
    }
    .list_L2 {
        width: 1rem;
        height: 12px;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
    .list_day {
        font-size: 0.75rem;
    }
    .list_year {
        font-size: 0.5833rem;
    }
    .list_jt {
        width: 0.5417rem;
        height: 0.3333rem;
        margin-top: 1rem;
    }
    .list_name{
        font-size: 0.6667rem;
        flex: none;
        margin-right: 1rem;
    }
    .list_js {
        font-size: 0.5833rem;
        margin-top: 0.5rem;
    }
    .list_ul {
        margin-top: 1rem;
    }

    .xskt_box {
        margin-top: 1rem;
    }
    .xskt_li {
        width: 100%;
        margin-bottom: 1rem;
        margin-right: 0;
    }
    .xskt_img{
        width: 100%;
        height: auto;
        border-radius: 0;
    }
    .xskt_sp {
        top: 0.5833rem;
        left: 0.6667rem;
        width: 2.1667rem;
        height: 0.8333rem;
    }
    .xskt_bottom {
        padding: 0.3333rem;
    }
    .xskt_name {
        font-size: 0.6667rem;
    }
    .xskt_time {
        font-size: 0.5833rem;
    }
    .tzxy_img {
        height: auto;
        width: 50%;
    }
    .tzxy_img img{
        width: 100%;
    }
    .tzxy_box {
        margin-top: 1rem;
    }
    .tzxy_top_hr {
        border-top: 0.0417rem dashed #D8D8D8;
        border-width: 0.0833rem 0.1667rem;
        flex: 1;
        margin: 0 0.5rem;
    }
    .tzxy_top_a {
        font-size: 0.5rem;
    }
    .tzxy_list_a {
        font-size: 0.5rem;
        /* padding: 0.2917rem 1rem; */
        width: 6rem;
        height: 1.5rem;
        border-radius: 0.1667rem;
        margin-right: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .tzxy_list {
        margin-top: 0.75rem;
    }
    .tzxy_li {
        margin-bottom: 1rem;
        min-height: 8.3333rem;
    }
    .rjxz_li {
        flex-wrap: wrap;
        height: auto;
        padding: 1rem;
        margin-bottom: 1rem;
        justify-content: center;
    }
    .rjxz_li_zj{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .rjxz_li_fg{
        display: none;
    }
    .rjxz_li_img {
        width: 2rem;
        height: 2rem;
        margin-right: 0.5rem;
        flex: none;
    }
    .rjxz_li_zj_box{
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
    }
 
    .rjxz_li_r {
        width: 100%;
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .rjxz_li_r_xz {
        width: 8rem;
        margin: auto;
        box-shadow: 0rem 0.625rem 0.4167rem -0.4583rem #C7282E33;
        font-size: 0.5833rem;
        padding: 0.375rem 1.75rem;
    }
    .rjxz_li_r_sm_box p{
        margin: 0.5rem 0;

    }
    .rjxz_li_r_sm_box a{
        font-size: 0.5833rem !important;
    }
    .rjxz_li_r_sm_box img{
        width: 60% !important;
    }
    .rjxz_li_r_sm {
        font-size: 0.5833rem;
        margin: 0.5rem 0;
    }
    .rjxz_li_name {
        font-size: 0.6rem;
        display: block;
    }
    .rjxz_li_zj_box2 {
        margin-top: 0.2rem;
    }
    .rjxz_li_p1 {
        font-size: 0.5rem;
        display: block;
    }
    .rjxz_li_p2 {
        font-size: 0.5rem;
        word-break: break-word;
        display: block;
    }
    .rjxz_li_js {
        font-size: 0.5rem;
        margin-top: 0.5rem;
    }
    .rjxz_zk {
        font-size: 0.5833rem;
    }
    .rjxz_list {
        margin-top: 1rem;
    }
    .rjxz_nav {
        margin-top: 1rem;
    }
    .rjxz_nav_a {
        padding: 0.1667rem 0.5rem;
        font-size: 0.6rem;
    }
    .rjxz_top {
        margin-top: 1rem;
        flex-wrap: wrap;
    }
    .rjxz_top_li {
        width: 100%;
        height: 2rem;
        box-shadow: 0rem 0.1667rem 0.8333rem 0rem #0000000A;
        border-radius: 0.1667rem;
    }
    .rjxz_top_img {
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 0.4rem;
    }
    .rjxz_top_name {
        font-size: 0.6rem;
    }
    .rjxz_top_btn {
        font-size: 0.5rem;
    }
    .rjxz_top_btn_img {
        width: 0.8333rem;
        height: 0.8333rem;
        margin-left: 0.1667rem;
    }
    .rjxz_ewm {
        width: 6rem;
    }
    .bgxz_box {
        margin-top: 1rem;
    }
    .bgxz_li {
        padding: 1rem 0;
        flex-wrap: wrap;
        justify-content:center;
    }
    .bgxz_L{
        width: 100%;
        align-items: normal;
    }
    .bgxz_img {
        width: 2rem;
        height: 2rem;
        margin-right: 0.2rem;
    }
    .bgxz_btn {
        font-size: 0.5833rem;
        box-shadow: 0rem 0.625rem 0.4167rem -0.4583rem #C7282E33;
        padding: 0.3333rem 1.75rem;
        margin-left: 0;
        margin-top: 0.5rem;
    }
    
    .bgxz_name {
        font-size: 0.6rem;
    }
    .bgxz_p1 {
        font-size: 0.5833rem;
    }
    .bgxz_p2 {
        font-size: 0.5833rem;
    }

    .news{
        margin-top: 1rem;
    }
    .news_name{
        font-size: 0.8333rem;
    }
    .news_txt{
        margin-top: 1rem;
    }
    .news_txt p{
        font-size: 0.6667rem;
    }
    .news_txt table{
        width: 100%;
        max-width: 41.6667rem;
        overflow-x: auto;
    }
    .zg_news_t2_box {
        gap: 0.1rem 1rem;
        flex-wrap: wrap;
    }
    .zg_news_t2_span1 {
        font-size: 0.5rem;
        margin-top: 0.4167rem;
    }
    .zg_news_t2_span2{
        width: 100%;
        text-align: center;
    }
    .zg_news_time {
        font-size: 0.5rem;
        margin-top: 0.2rem;
    }
    .show_box{
        margin-top: 1rem;
        font-size: 0.6667rem;
    }
    .show_box p,.show_box span,.show_box a{
        font-size: 0.6667rem;
    }
    .show_box img,.show_box video,.show_box table{
        max-width: 1000px !important;
        overflow-x: auto;
    }
    .cpyc_box {
        margin-top: 1rem;
    }
    .cpyc_top p {
        margin-bottom: 0.5rem;
    }
    .cpyc_top_li {
        display: block;
    }
    .cpyc_hr {
        border-top: 0.0417rem dashed #D8D8D8;
        border-width: 0.0833rem;
        margin: 0.8333rem 0;
    }
    .cpyc_bottom{
        margin-top: 1rem;
        font-size: 0.5833rem;
        display: block;
    }
    .cpyc_li {
        padding: 0.5rem 1rem;
        border-radius: 0.1667rem;
        margin-bottom: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cpyc_li_img {
        width: 0.5833rem;
        height: 0.5833rem;
        margin-right: 0.3333rem;
    }
    .cpyc_li_R {
        font-size: 0.56rem;
        margin-left: 0;
        margin-top: 0.5rem;
    }
    .cpyc_li_name,.cpyc_li_s {
        font-size: 0.6rem;
    }
    .cpyc_li_hr {
        font-size: 0.6rem;
        margin: 0 0.5rem;
    }
    .cpyc_top * {
        font-size: 0.5833rem;
    }
    .gywm_box {
        margin-top: 1rem;
    }
    .gywm_title {
        font-size: 0.6667rem;
        margin-bottom: 0.3333rem;
    }
    .gywm_zb_li {
        width: 48%;
        height: auto;
        border-radius: 0.25rem;
        border: 0.0417rem solid #DDDDDD;
        margin-bottom: 0.5rem;
        margin-right: 0;
        padding-top: 0;
        align-items: center;
        padding: 1rem 0.5rem;
    }
    .gywm_zb_img {
        width: 2rem;
        height: 2rem;
    }
    .gywm_zb_name {
        font-size: 0.5rem;
        margin-top: 0.5rem;
    }
    .gywm_zb_dh {
        font-size: 0.5rem;
    }
    .gywm_zb_li2 {
        padding-top: 0;
        height: auto;
        border-radius: 0.25rem;
        border: 0.0417rem solid #DDDDDD;
        padding: 1rem;
    }
    .gywm_fgs {
        margin-top: 1rem;
    }
    .gywm_fgs_li {
        border-radius: 0.25rem;
        border: 0.0417rem solid #DDDDDD;
        padding: 1rem 1rem;
    }
    .gywm_fgs_img {
        width: 0.6rem;
        height: 0.6rem;
        margin-right: 0.25rem;
    }
    .gywm_fgs_p1 {
        font-size: 0.5rem;
    }
    .gywm_fgs_p2 {
        font-size: 0.5rem;
    }
    .gywm_fgs_tr {
        display: flex;
        margin-bottom: 0.2rem;
    }
    .wxts_box {
        width: 90%;
        height: auto;
        border-radius: 0.4167rem;
        padding: 1rem;
        box-shadow: 0rem 0.1667rem 0.8333rem 0rem #0000000F;
    }
    .wxts_name {
        font-size: 0.8rem;
    }
    .wxts_p1 {
        font-size: 0.6rem;
        letter-spacing: 0.0833rem;
        margin-top: 1rem;
    }
    .wxts_btn_gb {
        width: 0.8333rem;
        height: 0.8333rem;
        right: 1rem;
        top: 1rem;
    }
    .wxts_btn {
        width: 6.25rem;
        height: 1.6667rem;
        border-radius: 0.0833rem;
        font-size: 0.6667rem;
        margin: 1rem auto;
        letter-spacing: 0.0833rem;
    }
}