.news_list li{
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 0 18px;
    border-bottom: 1px solid #d3c9bd;
}
.news_list li:last-child{
    border: none;
}
.news_list li span{
    margin-right: 5px;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #44bcb3;
}
.news_list li em{
    margin-right: 40px;
    display:inline-block;
    min-width:83px;
    padding:1px 6px;
    font-style: normal;
    text-align:center;
    border-radius: 15px;
    font-size: 14px;
    letter-spacing: 0;
}
.news_text_list em{
    display:inline-block;
    min-width:75px;
    padding:1px 6px;
    font-style: normal;
    text-align:center;
}
.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;
}
.news_text_list dd{
    margin-bottom:30px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
.news_text_list dd p span{
    margin-right: 5px;
}

em.category_class204 {
background-color: #DED9D0;
color: #555;
}
