.wp_subcolumn_list .wp_sublist .sublist_title{
    border:none;
    margin:0 0 20px 0;
    height:auto;
    line-height:1;
    width:100%;
    display:flex;
    justify-content:space-between;
}
.wp_subcolumn_list .wp_sublist .sublist_title a:first-child{
    display:block;
    font-size:20px;
    color:#fff !important;
    background:#b81f34;
    padding:10px 10px;
    border-radius:8px;
}
.wp_subcolumn_list .wp_sublist .sublist_title a.morelink{
    color: #b81f34 !important;
    font-size:16px;
    font-weight:normal !important;
}
.wp_subcolumn_list .wp_sublist{overflow:hidden;}

.wrap-situation .situation-content .content-right h1{
    font-size:28px;
    font-weight:bold;
    color:#333;
}
.wrap-situation .situation-content .content-left h3{
    display:flex;
    align-items:center;
}
.wrap-situation .situation-content .content-left h3 a{
    line-height:1.75;
    font-size:18px;
    font-weight:bold;
}

.child_pic,
.col_news_list{padding:20px;}
.child_pic img{width:100%;}

.col_news_list .news{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:25px;
}
.col_news_list .news_metar{
    border-radius: 10px 0 10px 0;
    height: 60px;
    text-align: center;
    width: 60px;
    color: #fff;
    background: #edbc91;
}
.col_news_list .news_days{
    line-height: 20px;
    color: #fff;
    font-size: 24px;
    margin-top: 14px;
}
.col_news_list .news_year{
    line-height:25px;
    font-size:12px;
}
.col_news_list .news_con{
    width:calc(100% - 80px);
    height:60px;
    box-sizing:border-box;
    border-bottom:1px solid #dddddd;
}
.col_news_list .news_title{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:18px;
    font-weight:bold;
    line-height:60px;
    color:#333;
    transition:0.4s;
}
.col_news_list .news_title a{color:inherit;}
.wrap-situation .situation-content .content-left h3{background: #b81f34;}
/* ======== */
.wrap-situation .situation-content .content-left .left-nav h3{display: none;}
.wrap-situation .situation-content .content-left .left-nav{margin-top: 130px;}
.wp_subcolumn_list .wp_sublist{margin-bottom: 65px;}


