.suspensiona a:hover {
    color: #0064af !important;
}
.arrow {
		position: absolute;
		width: 40px;
		height: 40px;
		bottom: -40px;
		left: 5px;
	}
	
	.arrow * {
		display: block;
		border-width: 8px 8px;
		position: absolute;
		border-style: solid dashed dashed dashed;
		font-size: 0;
		line-height: 0;
	}
	/*.arrow em{border-color:#a1a1a1 transparent transparent;}*/
	
	.arrow span {
		border-color: rgba(56, 143, 211, .9) transparent transparent;
		left: 180%;
	}
	
	.detail,
	.detail_two,
	.detail_three {
		display: none;
		margin-left: 100px;
		margin-top: -15px;
		width: 420px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		border: 1px solid rgba(56, 143, 211, .9);
		position: absolute;
		background: rgba(56, 143, 211, .9);
		border-radius: 7px;
		color: #fff;
	}
	.detail_Views,.detail_Viewes{
		display: none;
		margin-left: 520px;
		margin-top: -15px;
		width: 240px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		border: 1px solid rgba(56, 143, 211, .9);
		position: absolute;
		background: rgba(56, 143, 211, .9);
		border-radius: 7px;
		color: #fff;
	}
	.detail_two span{
		margin-left: 110px;
	}
	
	.detail_three span{
		margin-left: 250px;
	}
		
	.detail_Viewes span{
		margin-left: 130px;
	}