@charset "utf-8";

/* Ticker */
.modern-ticker {
	width: 100%;
	min-width: 300px;
	max-width: 1000px;
	height: 28px;
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	padding: 0;
	position:;
	padding:;
}



/* Label */
.modern-ticker .mt-label {
	margin-right: 2px;
	padding: 0 8px 0 12px;
	position: absolute;
	left: 0;
}
.modern-ticker.mt-round .mt-label {
	border-radius: 5px 0 0 5px;
}

/* News */
.modern-ticker .mt-news {
	overflow: hidden;
	position: absolute;
}
.modern-ticker.mt-scroll .mt-news {
	background-color: transparent;
}
.modern-ticker .mt-news ul {
	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
}
.modern-ticker .mt-news li {
	float: left;
}
.modern-ticker.mt-round .mt-news:first-child,
.modern-ticker.mt-round .mt-news:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.modern-ticker.mt-round .mt-news:last-child,
.modern-ticker.mt-round .mt-news:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.modern-ticker .mt-news a {
	font-size: 15px;
	font-weight: normal;
	padding: 0 10px 0 20px;
	margin-right: 2px;
	background-repeat: no-repeat;
	background-position: 7px center;
	display: block;
	white-space: nowrap;
}
.modern-ticker.mt-scroll.mt-round .mt-news a {
	border-radius: 0;
}
.modern-ticker .mt-hide {
	display: none;
}
.modern-ticker .mt-error {
	font-size: 15px;
	font-style: italic;
	text-align: center;
	margin: 0;
}

/* Controls */
.modern-ticker .mt-controls {
	margin-left: 2px;
	position: absolute;
	right: 0;
	/* Preload */
	background-repeat: no-repeat;
	background-position: -1000px;
}
.modern-ticker .mt-play,
.modern-ticker .mt-prev,
.modern-ticker .mt-next {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	cursor: pointer;
	border: 1px solid #cccccc;
	margin-left: 10px;
	border-radius: 7px;
	height: 26px;
	text-align: center;
}

.modern-ticker .mt-play .icon,
.modern-ticker .mt-prev .icon,
.modern-ticker .mt-next .icon {
	opacity: .5;
}
.modern-ticker.mt-round .mt-controls div:last-child {
	border-radius: 0 5px 5px 0;
}








/** custom */
.modern-ticker .mt-body{
	margin-top:0;
	position:relative;
}
.modern-ticker .ticker-overlay{
	position:absolute;
	width:100%;
	height:100%;
	background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 65%,rgba(247,247,247,1) 91%);
}
.modern-ticker .mt-label{
	background: #FFC000;
	color: white;
	padding: 0 0.4rem;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	letter-spacing: 0.3px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	line-height: 1.8;
}
.modern-ticker .mt-news a{
	font-size:14px;
	color:#9B9B9B
}