@charset "utf-8";

.modern-ticker {
	height: 26px;
    overflow: hidden;
}
.modern-ticker a {
	text-decoration: none
}
.modern-ticker ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.mt-body {
	margin: 0px;
	position: relative;
}
.mt-news {
	overflow: hidden;
	position: absolute;
	left:110px;
}
.mt-scroll .mt-news {
	background-color: transparent;
}
.mt-news li {
	float: left;
}
.mt-news a {
	padding: 0 10px 0 5px;
	margin-right: 2px;
	display: block;
	white-space: nowrap;
}
.mt-hide {
	display: none
}
.mt-controls {
	margin-left: 2px;
	position: absolute;
	right: 0;
	background-repeat: no-repeat;
	background-position: -1000px
}
.mt-prev,.mt-next{
	display:inline-block;	
}

@media screen and (max-width: 760px) {
	.mt-body{
		height: 70px;	
		text-align:center;
	}
	.mt-news {
		width:100%;
		left:0;
		top:40px;
		text-align: center;
  		display:flex;
  		justify-content:center;
	}
	.mt-news li {
		width:100%;
		float:left;
	}
	.mt-news li a {
		width:100%;
		padding: 0;
		margin: 0;
		text-align:center;
		font-size:13px;
	}
}
