.bszn_box {
    display: flex;
    justify-content: space-between;
    margin-top: 0.79rem;
    gap: 0.67rem;
}
.sz #l-container .inner{padding-top:0.75rem;}
.bs_l {width: 23.37%;}
.bs_r {
    flex: 1;
}

.bs_l .wp_listcolumn_x .wp_column {
    display: block;
    float: none;
    /* margin-bottom: 0.3rem; */
    box-sizing: border-box;
    /* padding-left: 0.34rem; */
    position: relative;
    padding: 0.3rem 0 0.25rem 0.12rem;
    border-bottom: 1px solid rgba(102,102,102,0.6);
}

.bs_l .wp_listcolumn_x .wp_column a .column-name {position: relative;background: unset;color: #666666;font-size: 0.26rem;font-family: 'ssm';font-weight: normal;padding: 0;}
.bs_l .wp_listcolumn_x .wp_column a{background:unset;}
.bs_l .wp_listcolumn_x .wp_column a.selected span {color:#2F4DCC;background: unset;}
.bs_l .wp_listcolumn_x .wp_column a.selected{color:#2F4DCC;background: unset;}
.bs_l .wp_column.column-1.selected::before {
    content: '';
    width: 0.53rem;
    height: 0.11rem;
    position: absolute;
    right: 0;
    background: url(../images/ar1.png)no-repeat center / contain;
 background: url(../images/selected_arrow.svg)no-repeat center / contain;
    top: 50%;
    transform: translateY(-50%);
}







li.col_title  h2{
    line-height: 0.89rem;
    font-size: 0.26rem;
    font-family: 'ssm';
    font-weight:normal;
    background: linear-gradient(45deg, #2F4DCE, #5E9ABA);
    color: #fff;
    box-sizing: border-box;
    padding-left: 0.35rem;
}

.bs_l .wp_listcolumn_x .wp_column:last-child {
  /*  border-bottom: 1px solid rgba(102,102,102,0.6);*/
}

.newsbox {
    display: flex;
    background: #F5FAFF;
    padding: 0.22rem 0;
    height: 2.64rem;
    box-sizing: border-box;
    overflow: hidden;
}

.sz_list .news {
    float: left;
    width: 50%;
    padding: 0 0.23rem;
    box-sizing: border-box;
    margin-bottom: 0.33rem;
}

ul.sz_list {
    margin: 0.46rem -0.23rem 0;
}

.imgbox {
    width: 31.02%;
    flex: 0 0 auto;
}

.imgbox .news_imgs {
    padding-top: 133.13%;
}



.wz {
    flex: 1;
    box-sizing: border-box;
    padding: 0 0.49rem 0 0.38rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.level2 {display:flex;/* justify-content:space-between; */align-items:center;padding-top: 0.34rem;}
.level2 .news_title {
    font-size: var(--bigSize);
    font-family:
    'ssm';
    color:#2F4DCC;
    line-height:0.22rem;
    /* flex: 1; */
}

.tips {
    font-size: var(--titleSize);
    margin-top: 0.07rem;
    line-height: 0.24rem;
}

.zc {
    margin-left: 0.39rem; margin-left: 0.1rem;
    font-size: var(--smailSize);
    flex: 0 0 auto;
}
.sz #l-container {
    background: unset;
}

@media screen and (max-width:999px){
.bszn_box{margin-top:20px;flex-direction: column;}
    .bs_l,.bs_r{width:100%;}
    .sz_list .news{width:100%;foat:none;}
    .newsbox{display: block;height: auto;}
    .imgbox{margin:0 auto;}
    .tips{line-height:24px;}
    .level2 .news_title{line-height:22px;}
}

