.ticker-all{
	padding: 30px 0;
	background: repeating-linear-gradient(-45deg, #0779ac, #0779ac 6px, #1680b1 0, #1680b1 12px);
}
.ticker-wrap{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;  
}
.ticker-title{
	min-width: 65px;
	margin-right: 40px;
  color: #FFF;
}
.ticker {
  margin: 0 auto;
  width: 650px;
  text-align: left;
  position: relative;
  overflow: hidden;	
	color: #FFF;
}
.ticker ul {
  width: 100%;
  position: relative;
}
.ticker ul li {
  width: 100%;
  display: none;
}
.ticker ul li div{
	display: flex;
	align-items: center;
}
.ticker ul li a{
	color: #FFF;
}
.news .txt{
  width: 650px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticker-wrap .more-link{
	min-width: 190px;
	margin: 0 0 0 50px;
	border: 1px solid #FFF;
}
.ticker-wrap .more-link a {
	background: url(/common/images/white-arrow.png) no-repeat right 10px center;
	color: #FFF;
}
.ticker-wrap .more-link a:hover{
	background: url(/common/images/blue-arrow.png) #FFF no-repeat right 10px center;
	color: #1680b1;
}
@media screen and (max-width : 767px) {
.ticker-all{
	padding: 20px 0;
}
.ticker-wrap {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  align-items:stretch;  
  flex-direction: column;
}
.ticker-title{
	margin: 0 0 10px;
}
.ticker {
  width: 100%;
}
.news .txt{
  width: 100%;
}
.ticker-wrap .more-link{
	margin: 20px auto 0;
  border: 1px solid #FFF;
}
}