* {
	margin: 0;
	padding: 0;
	font-family: "微軟正黑體",Helvetica,Arial,sans-serif;
}

.ticker-container {
	    height: 60px;

    text-align: center;
    position: relative;
    overflow: hidden;
    color: #3c3c3c;
    font-size: 1.1em;
    background: #f2f2f2;
    border: 1px solid #ff9805;

}
.ticker-container .ticker-caption {
	height: 50%;
	width: 100%;
	background-color: #F44336;
	display: table;
	position: absolute;
	color: white;
	font-size: 0.8em;
	z-index: 1;
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
}
.ticker-container ul div {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	min-width: 100%;
	left: 0;
	height: 50%;
	transition: 0.25s ease-in-out;
}
.ticker-container ul div.ticker-active {
	top: 30px;
}
.ticker-container ul div.not-active {
	top: 60px;
}
.ticker-container ul div.remove {
	top: 0;
}
.ticker-container ul div li {
	padding: 4px 0;
	font-size:16px;
}
.ticker-container ul div li a {
	color: #FF9800;
text-decoration:none;
}

@media (min-width: 500px) {
	.ticker-container {
		height: 30px;
		text-align: left;
	}
	.ticker-container .ticker-caption {
		height: 100%;
		width: 150px;
		background: url('/images/ticker-caption-bg.png');
		/*background-color:#ff9800;*/
	}
	.ticker-container .ticker-caption p {
    text-align: left;
    padding-left: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
	}
	.ticker-container ul {
		margin-left: 170px;
		height: 100%;
	}
	.ticker-container ul div {
		height: 100%;
		left: 170px;
	}
	.ticker-container ul div.ticker-active {
		top: 0;
	}
	.ticker-container ul div.not-active {
		top: 30px;
	}
	.ticker-container ul div.remove {
		top: -30px;
	}
}

@media (min-width: 0px) {
  .ticker-container {
       margin: 14px;
  }
}

@media (min-width: 1000px) {
  .ticker-container {
    margin-bottom: 0px;
	margin-left: 35px;
    margin-right: 35px;
	    border-radius: 3px;
  }
}

@media (min-width: 1280px) {
  .ticker-container {
    margin-bottom:20px;
    background: #f2f2f2;
    border: 1px solid #ff9805;
    margin-left: 90px;
    margin-right: 90px;
	width:auto;
	
    margin-top: 0;
	
  }
  
  
}

.ticker-caption i{
	margin-left:10px;
}

body{
	 background: #f2f2f2;
}