.mrlist.shu .col_news_list.listcon {
    display: flex;
    gap: 0.29rem;
    margin-top: -1.6rem;
}

.col_l {
    width: 16.25%;
}

.col_r {
    flex: 1;
    background: #fff;
    box-sizing: border-box;
    padding: 0.57rem 0.5rem;
}

.col_name11 {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.36rem;
    padding: 0.17rem 0 0.17rem 0.24rem;
    color: #fff;
    background: #00A2E5;
    box-sizing: border-box;
}
.col_list11::before{content:'';height: 5.81rem;background: linear-gradient(180deg, #F0F3F7, transparent);position:absolute;top:0;width:100%;z-index: -1;left: 0;}
.col_list11 {
    height: 5.81rem;
    /* background: linear-gradient(180deg, #F0F3F7, transparent); */
    box-sizing: border-box;
    /* padding: 0 0.06rem; */
    overflow-y: auto;
    overflow-x: unset;
    position: relative;
    /* padding-left: 0.06rem; */
}

.col_list11 .col_listcolumn.list-paddingleft-2 {min-height: 5.81rem;background: url(../images/col11_list_bg.png)no-repeat top center / cover;box-sizing: border-box;padding: 0 0.2rem;position: relative;top: -0.03rem;}
.col_list11 .col_column {
    padding: 0.11rem 0;
    border-bottom: 1px dashed #E0E0E0;
    font-family: 'psb';
    font-size: var(--smailSize);
    line-height: 0.26rem;
}

.col_l a.col_item_link span {
    color: #000;
}

.col_l a.col_item_link.selected span {color:#205CD3;}
.col_title11 h2 {
    font-size: 0.42rem;
    font-weight: bold;
    color: #030844;
}

.col_menu_head .col_list{display: none;}
.col_menu_head .col_name{margin-bottom: 0.05rem;}
.col_list11::-webkit-scrollbar {
  width: 0.06rem; 
  height: 8px; 
 
}


.col_list11::-webkit-scrollbar-track {
 background: linear-gradient(180deg, #F0F3F7, transparent);
  border-radius: 4px; 
  width:0.06rem;
}


.col_list11::-webkit-scrollbar-thumb {
  background: #D9DDE0; 
  border-radius: 0.1rem;
  transition: background 0.2s; 
}


.col_list11::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}


.col_list11::-webkit-scrollbar-thumb:active {
  background: #777;
}


.col_list11::-webkit-scrollbar-corner {
  background: #f1f1f1;
}


.col_list11::-webkit-scrollbar-button {
  display: none; /* éšè—é»˜è®¤æŒ‰é’® */
}

.shu #l-container .inner{padding-bottom: 0.65rem;}
@media screen and (min-width:1000px){}
@media screen and (max-width:999px){
    .col_l{display: none;}
    .col_r{width: 100%;padding:0}
}