.news-wrapper .item {
	padding-bottom: 15px
}
.publication-wrapper .item a,
.news-wrapper .item a {
	font-weight: 700;
	color: #009dd9 !important;
	text-decoration: none;

}
.publication-wrapper .item a:hover,
.news-wrapper .item a:hover {
	text-decoration: underline;
}
.news-details .links {
	display: block;
}

@media only screen and (max-width : 767px) {
	.news-details .links {
		display: none;
	}
	.news-wrapper .item a {
		font-weight: 700;
		text-decoration: none;
	}
	.news-wrapper .item a:hover {
		text-decoration: underline;
	}
}