.news a{color:inherit;}

.col_news_list .wp_subcolumn_list:nth-child(-n+4) .news{text-align:center;}
.col_news_list .wp_subcolumn_list:nth-child(-n+4) .news_title{
    font-size:22px;
    font-weight:bold;
    color:#385CA9;
    margin:10px 0;
}
.col_news_list .wp_subcolumn_list:nth-child(-n+4) .short_title{
    font-size:18px;
    font-weight:bold;
    color:#000;
    line-height:25px;
}
.col_news_list .wp_subcolumn_list:nth-child(-n+4) .second_title{
    font-size:16px;
    color:#585858;
}

.col_news_list .wp_subcolumn_list:nth-child(n+5) .news{border-right:1px solid #dedede;}
.col_news_list .wp_subcolumn_list:nth-child(n+5) .news_imgs,
.col_news_list .wp_subcolumn_list:nth-child(n+5) .second_title{
    display:none;
}
.col_news_list .wp_subcolumn_list:nth-child(n+5) .news_title{
    font-size:20px;
    font-weight:bold;
    color:#333;
    margin-bottom:10px;
}
.col_news_list .wp_subcolumn_list:nth-child(n+5) .short_title{
    font-size:16px;
    color:#5f5f5f;
    line-height:20px;
}
.col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(4n){border-right:none;}
@media screen and (max-width: 1100px){
    .col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(4n){border-right:1px solid #dedede;}
    .col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(3n){border-right:none;}
}
@media screen and (max-width: 950px){
    .col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(4n){border-right:1px solid #dedede;}
    .col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(3n){border-right:1px solid #dedede;}
    .col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(2n){border-right:none;}
}
@media screen and (max-width: 767px){
    .col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(4n){border-right:1px solid #dedede;}
    .col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(3n){border-right:none;}
    .col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(2n){border-right:1px solid #dedede;}
}
@media screen and (max-width: 550px){
    .col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(4n){border-right:1px solid #dedede;}
    .col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(3n){border-right:1px solid #dedede;}
    .col_news_list .wp_subcolumn_list:nth-child(n+5) .news:nth-child(2n){border-right:none;}
}