#joomsport-container .nav-tabs > li > a > i.js-newstab {
	background: url(../img/jsport-news-ico-24.png) -24px 0;
}
#joomsport-container .nav-tabs > li > a.active > i.js-newstab, 
#joomsport-container .nav-tabs > li:hover > a > i.js-newstab {
	background: url(../img/jsport-news-ico-24.png) 0 0;
}

@media (max-width: 568px) {
	#joomsport-container .nav-tabs > li > a > i.js-newstab {
		background: url(../img/jsport-news-ico-32.png) -32px 0;
	}
	#joomsport-container .nav-tabs > li > a.active > i.js-newstab, 
	#joomsport-container .nav-tabs > li:hover > a > i.js-newstab {
		background: url(../img/jsport-news-ico-32.png) 0 0;
	}
}

.jsnews_container {
	display: flex;
}
.jsnews_container > .jsnews_first {
	width: 52.5%;
	display: flex;
	flex-direction: row;
	margin-right: 5%;
}
.jsnews_container > .jsnews_other {
	width: 42.5%;
}
.jsnews_container > .jsnews_first > div:first-child {
	max-width: 300px;
	padding-right: 15px
}
.jsnews_container .jsnews_other > div:not(:last-child) {
	margin-bottom: 15px;
}
.jsnews_container .jsnews_date {
	font-size: 12px;
	color: #000;
}
#joomsport-container .jsnews_container .jsnews_title > a {
	font-size: 14px;
	font-weight: 700;
	color: #9e9e9e;
}
#joomsport-container .jsnews_container .jsnews_title > a:hover,
#joomsport-container .jsnews_container .jsnews_title > a:focus {
	color: #757575;
}
#joomsport-container .jsnews_container .jsnews_first .jsnews_title > a {
	font-size: 16px;
}
.jsnews_container .jsnews_text {
	padding-top: 10px;
	font-size: 12px;
	color: #757575;
}