div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.parent .arrow {
	display: inline-block;
	padding: 0;
	position: absolute;
	right: 10px;
	cursor: pointer;
	top: 25px;
}
@media(max-width: 1600px){
	.parent .arrow{
		top: 15px;
	}
}

.parent .arrow .separator {
	background: url(/upload/image/next.png) -20px -333px no-repeat;
	opacity: .5;
	border: 0 none!important;
	/* top: 11px; */
	/* display: inline-block; */
	height: 3px;
	line-height: 18px;
	margin: 0 4px;
	position: absolute;
	right: 10px;
	position: absolute;
	width: 5px;
	z-index: 1;
	font-size: 0;
}
.parent .arrow .separator.cat_last {
	position: relative;
	font-size: 18px;
	opacity: 1;
	line-height: 21px;
}
.parent .arrow.drow .fa-angle-down:before {
	content: "\f107";
}
.parent.showed .arrow.drow .fa-angle-down:before {
	content: "\f106";
}
.parent .separator.cat_last:after {
	width: 8px;
	height: 5px;
	right: -3px;
	top: 3px;
	font-size: 19px;
	color: #222;
	position: absolute;
}