.news_list li{
    margin-bottom: 10px;
}
.news_list em , .news_text_list em{
    display: inline-block;
    padding: 5px 18px;
    background-color: #efefef;
    font-style: normal;
    color: #333;
    text-align:center;
    font-size: 87.5%;
    line-height: 1;
    border-radius: 12px;
    margin-bottom: 5px;
}
.news_text_list dt{
    margin-bottom:10px;
    font-weight:bold;
    font-size: 17px;
}
.news_text_list dt em,.news_text_list dt span{ 
    font-weight:normal;
    font-size: 14px;
}
