.abnnews_row {
	display: table;
}
.abnnews_item {
	box-sizing: border-box;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 15px;
	width: 46%;
	margin-top: 23px;
	border: 7px solid transparent;
	display: table-cell;
}
.abnnews_item_sep {
	display: table-cell;
	width: 6%;
}
	.abnnews_item_inner {
		padding: 11px 23px 26px 23px;
	}
	.abnnews_item a.title {
		font-size: 18px;
		line-height: 110%;
		text-decoration: none;
		color: #fff;
		display: block;
		padding-bottom: 13px;
		position: relative;
		z-index: 2;
	}
		.abnnews_item a.title:hover {
			font-size: 18px;
			line-height: 110%;
			text-decoration: underline;
		}
	.abnnews_item .date {
		color: #c2c1c1;
		font-size: 18px;	
		line-height: 43px;
	}	
		.abnnews_item .date span {
			color: #fff;
			font-size: 24px;
		}		
		.abnnews_item .announce {
			padding-bottom: 18px;
		}
	.abnnews_item .line { 
		width: 30px;
		height: 1px;
		line-height: 0;
		font-size: 0;
		background: #c2c1c1;
	}
	.abnnews_item a.company {
		display: block;
		color: #ffad00;
		font-family: Arial;
		font-size: 15px;
		font-weight: 700;
		line-height: 110%;		
		text-decoration: none;
		margin-top: 18px;
		position: relative;
		z-index: 2;
	}
		.abnnews_item a.company:hover {
			color: #fff;
		}
#abnnews_item_mask { 	
	position: absolute;
	display: table-cell;
	top: 0; 	
	left: 0; 	
	width: 46%;
	height: 100%;
	border: 7px solid #fff;
	transition: left .3s;
	z-index: 1;
	display: none;
}

	@media screen and (max-width: 767px) {
		.abnnews_row {
			display: block;
		}
		.abnnews_item {
			display: block;
			width: 90%;
		}
		.abnnews_item_sep {
			display: none;
		}
		.abnnews_item a.title, .abnnews_item .date, 
		.date span, .abnnews_itema.company {
			font-size: 15px !important;
		}
	}
