.news_list li{
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-bottom: 15px;
}
.news_list li span{
	position:relative;
	margin-right: 13px;
    color: #2f8aa8;
    font-size: 16px;
    letter-spacing: 0.05em;
	padding-left: 21px;
	font-weight: 500;
}
.news_list li span::before{
	position:absolute;
	content:"";
	background:url(../../images/icon_cal.png);
	width:13px;
	height:15px;
	left:0;
	top:0;
}
.news_list li em{
    margin-right: 5px;
    display: inline-block;
    min-width: 107px;
    border-radius: 5px;
    padding: 1px 6px;
    font-style: normal;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 19px;
}
.news_list li a{
	display:block;
	font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: bold;
	color:#444444;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.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_class228 {
background-color: #95E0D8;
color: #fff;
}
