@charset "utf-8";
/* CSS Document */

#news_list_v2 {
}
#news_list_v2 a {
	color: #555;
	text-decoration: none;
}
#news_list_v2 .item {
	height: 150px;
	border-bottom: 1px solid #ccc;
	padding: 20px 20px;
	position: relative;
	display:flex;
	justify-content:space-between;
}
#news_list_v2 .item .img {
	width: 210px;
	height: 150px;
	background: #f5f5f5;
	background-size: cover;
}
#news_list_v2 .item .img img{
	width: 210px;
	height: 150px;
	object-fit: cover;
}
#news_list_v2 .item .date {
	font-size: 90%;
	width: 100px;
	margin:0 0 0 30px;
}
#news_list_v2 .item .desc {
	margin-left: 26px;
	flex:1;
}
#news_list_v2 .item .desc .title {
	color: #444;
}
#news_list_v2 .item .desc .txt {
	font-size: 90%;
	color: #999;
	/*height: 76px;
	overflow: hidden;*/
	margin:8px 0 0;
}
