
.col_news .col_news_box{margin-left: 0;}
.col_news_head .col_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 18px;
}
.col_news_head .col_title{
    font-size: 41px;
    font-weight: bold;
    color: #1C1C1C;
    font-family: serif;
}
.col_news_head .path_name{
    line-height: 30px;
    font-size: 17px;
    color: #6D6D6D;
    font-family: sans-serif;
    padding-left: 30px;
    background: url(../images/home.png) no-repeat left center / 22px auto;
}
.select_box{margin: 33px 0;}
.select_box .select_item{
    float: left;
    width: 161px;
    height: 52px;
    box-sizing: border-box;
    background: url(../images/2/12.png) no-repeat center / 98% 98%;
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #00A0E9;
    cursor: pointer;
    border-radius: 91px;
    margin-right: 37px;
}
.select_box .select_item:last-child{margin-right:0;}
.select_box .select_item a{color: inherit;}

.select_box .select_item.selected {
    background: url(../images/2/11.png) no-repeat center / 98% 98%;
    color: #fff;
}
.col_news .news_list{
    padding-bottom:47px;
    border-bottom:1px dashed #355DA74d;
}
.col_news .news{
    float: left;
    width: 23.08%;
    background-color: #EDF5F9;
    border: 1px solid #1567B14d;
    box-sizing:border-box;
    margin-right: 2.56%;
    margin-bottom: 30px;
}
.col_news .news:nth-child(4n){margin-right: 0;}
.col_news .news_title a{
    display: block;
    width: 100%;
    height: 85px;
    line-height: 85px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #1567B1;
}
.page_div{
    margin-top:85px;
    justify-content:center;
}
#l-container .inner{padding-bottom:150px;padding-top:65px;}
@media screen and (max-width: 999px){
    .col_news .news_list{padding-bottom:30px;}
    .page_div{margin-top:40px;}
    #l-container .inner{
        padding-top:20px;
        padding-bottom:0px;
    }
    .col_news .news_list .news{
        width:31.33%;
        margin:10px 1%;
    }
}
@media screen and (max-width: 767px){
    .col_news .news_list .news{width:48%;}
    .col_news_head .col_title{font-size:30px;}
    .select_box .select_item{margin-right:15px;}
}
@media screen and (max-width: 479px){
    .col_news_head .col_info{flex-direction:column;align-items:flex-start;gap:10px;}
    .col_news .news_list .news{width:48%;margin:5px 1%;}
    .col_news .news_list .news a{height:50px;line-height:50px;font-size:18px;}
    #nextPage, #prePage{font-size:12px;}
    .select_box{margin:10px 0;}
    .select_box .select_item{
        width:48%;
        margin:10px 1%;
        font-size:16px;
    }
}