.news-date {
    font-weight: 500;
    color: #a5a5a9;
    font-size: 20px;
}

.news-title {
    font-weight: 500;
    color: #000000;
    font-size: 22px;
}

.news-text {
    /*font-weight: 500;*/
    color: #000000;
}

#news_list ul {
	/*margin-top: 20px;*/
	list-style: none;
	display: flex;
    flex-wrap: wrap;
    /*align-items: flex-end;*/
    align-items: baseline;
    padding-left: 0px;
}

#news_list li.new-item {
	clear:left;
	width: 100%; /*border-bottom: 1px dotted #CCC;*/
	/*margin-bottom: 10px;*/
	/*padding-bottom: 10px;*/
	padding-top: 20px;
}

#news_list li.new-item {
	float: left;
	width: 390px;
	height: auto;
	/*height: 395px; /*border-right: 1px dotted #CCC; border-bottom: 1px dotted #CCC;*/
	padding: 10px 10px;
	margin-top: 10px;
	border: 1px solid #FFFFFF;
	/*text-align: center;*/
	/*border-bottom: 1px solid #e6e6e6;*/
	
}

div.news-list {
	border: 1px solid rgba(218, 218, 218, 0.86);
    border-radius: 5px;
    height: 230px;
    /*box-shadow: 0px 3px 10px;*/
}

h5.news-head {
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}

h6.news-date {
	text-transform: initial;
    letter-spacing: 0.08em;
    font-size: 11px;
    margin: 0px;
}
