.mrlist.sp_list_news .col_news_list.listcon {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}

.sp_list_news .col_menu_head {
    padding-bottom: 0.41rem;
}
div#page1 {
    display: none;
}
.sp_list_news .col_name {
    margin-bottom: 0;
}
.spnews_l a.col_item_link.selected .column-name {color: #085CA9;
}
.spnews_l .col_column_sp a.col_item_link .column-name{font-family:'pm';}
.spnews_l {
    width: 23.75%;
}

.spnews_r {
    width: 73%;
}

.sp_list_news .col_title {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
}

.news_list_sp_list .news {
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 0.175rem;
    margin-bottom: 1.57rem;
}

.news_list_sp_list {
    margin: 0 -0.175rem;
}

.news_list_sp_list .news_imgs {
    padding-top: 64.57%;
}
.news_list_sp_list .conf_t:hover {
    box-shadow: 5px 3px 10px rgba(8,91,152,0.33);
}
.news_list_sp_list .conf_t:hover .news_title{color:#085CA9;}
.news_list_sp_list .conf_t {
    position: relative;
    transition: all 0.3s ease-in-out;
}
.news_list_sp_list .wz11 {position:absolute;bottom: -1rem;background:#fff;width: calc(100% - 0.647rem);box-sizing: border-box;padding: 0.14rem;}

.news_list_sp_list .news_title {font-size:0.18rem;font-weight:bold;line-height:0.26rem;min-height:0.78rem;color: #030844;transition: all 0.3s ease-in-out;}

.news_datebox11 {
    margin-top: 0.1rem;
    font-size: var(--smailSizex);
    color: #AAAAAA;
}

.l_conf {
    background: #F2F3F9;
    padding:0.37rem 0.33rem 0.37rem 0.38rem;
}

.cc_searchbox {
    line-height: 0.7rem;
    display: flex;
    width: 100%;
    border-radius: 0.1rem;
    background: #fff;
    border: 1px solid #D4DBE5;
    overflow: hidden;
    margin-bottom: 0.33rem;
}

#person-search {
    border: 0;
    width: 77.31%;
    box-sizing: border-box;
    padding: 0 0.2rem;
    font-size: 0.18rem;
    color: #666666;
}

.cc_search-btn {
    flex: 1;
    background: linear-gradient(135deg, #0C3E9D, #01BCD4);
    border-radius: 0.1rem 0 0 0.1rem;
}

input.cc_search_ccsubmit {
    width: 100%;
    height: 100%;
    background: url(../images/cc_search.png)no-repeat center / 0.25rem;
    border: 0;
    border-radius: 0.1rem;
}

#person-search::placeholder {
    color: #666;
}

.dept-filter h4 {
    font-size: 0.24rem;
    margin-bottom: 0.25rem;
}

.filter-item input {
    width: 0.3rem;
    height: 0.3rem;
    border-color: #D4DBE5;
}

.sp_name {
    font-size: 0.24rem;
    font-weight: bold;
}

.col_column_sp {
    margin-top: 0.235rem;
}

.col_column_sp a.col_item_link .column-name {
    font-size: var(--smailSize);
    font-family: 'psm';
    color: #000000;
}

.col_column_sp a.col_item_link {display: inline-flex;align-items: center;gap: 0.16rem;}
.col_listcolumn_sp .checkbox {
    width: 0.26rem;
    height: 0.26rem;
    display: inline-block;
    border-radius: 0.08rem;
    border: 1px solid #D4DBE5;
    background: #fff;
    box-sizing: border-box;
}
.col_column_sp a.col_item_link.selected .checkbox{
    background: url(../images/gou.png)no-repeat center / cover;
    border: 0;
}

.events1 .news_list_sp_list .news_imgs {
    padding-top: 141.41%;
}



@media screen and (max-width:999px){
    .mrlist.sp_list_news .col_news_list.listcon{flex-direction:column;gap:20px;}
    .spnews_l,.spnews_r{width:100%;}
   .sp_list_news .col_menu_head{padding-bottom:0;}
}

@media screen and (max-width:767px){
   .news_list_sp_list .news{width:100%; float:none;}
}