.content {
	max-width: 100%;
	flex: 1 0 0;
	
}
.listbox {
	color: #000000;
	border-radius: 0.5em;
	background-color: #FFFFFF;
	margin-top: 0.8em;
	padding: 0.5em;
}
.listbox h2 {
	font-size: 1.6em;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.artical_info {
	display: flex;
	height: 2.5em;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

.artical_description p {
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.articcal_type_yc {
	font-size: 0.8em;
	color: #e33e33;
	background: rgba(227, 62, 51, .1);
}

.articcal_type_zz {
	font-size: 0.8em;
	color: #67bb55;
	background-color: rgba(103, 187, 85, .1);
}

.articcal_author {
	flex: 1;
}