aside .ticker li h3, article .dx ul.ticker li h3 {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}
aside .ticker li h3 span, article .dx ul.ticker li h3 {
	font-weight: 700
}
article aside ul.ticker li {
	font-size: 18px;
	margin-bottom: 0px;
	background-size: auto 25px;
	padding-left: 0px;
	background-image: none;
	width: 100%;
	clear: both;
	height: auto;
	display: inline-block;
	padding: 10px;
}
ul.ticker .img {
	position: relative;
	float: left;
	width: 100%;
	/* height: auto; */
	/* overflow: hidden; */
	margin-bottom: 10px;
	text-align: center;
	height: 149px;
	overflow: hidden;
}
ul.ticker .img img {
	margin-bottom: 0px;
	max-height: 300px;
}
ul.ticker .testo {
	position: relative;
	float: left;
	width: 100%;
}
ul.ticker .testo div {
	height: 57px;
	overflow: hidden;
	margin-top: 0px;
}
ul.ticker .testo a:hover {
	text-decoration: none
}

ul.ticker .testo p {
	margin-bottom: 0px;
}
ul.ticker .testo p a {
	text-decoration: underline;
	color: #333
}
ul.ticker .data {
	color: #2984b3;
	font-weight: 500;
	font-size: 13px;
}
.ticker, article aside ul.ticker {height: 719px;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
	/* border: 1px solid #ccc; */
	background: white;
}
aside .ticker a {
	color: #666;
	font-weight: 400;
}
ul.ticker li {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px;
}
ul.ticker {}
@media (max-width:1034px) {
	ul.ticker .img {
		height: 122px;
	}
	.ticker, article aside ul.ticker {
		height: 638px;
	}
}
@media (max-width:875px) {
	.ticker, article aside ul.ticker {
    height: 575px;
}
	ul.ticker .testo {
   height: 65px;
}
	ul.ticker .data,
	aside .ticker a {
    font-size: 17px;
    line-height: 22px;
}
	ul.ticker .img {
    height: 450px;
    margin-bottom: 20px;
}
	article aside ul.ticker li {
    padding: 20px;
}
	ul.ticker .img img {
    margin-bottom: 0px;
    max-height: inherit;
    width: 100%;
}
	ul.ticker .testo div {
		max-height: 65px;
	}
}

@media (max-width:500px) {
	.ticker, article aside ul.ticker {
    height: 275px;
}
ul.ticker .img {
    height: 150px;
    margin-bottom: 20px;
}
}

