a{color:#333;}
.news-scroll{  margin:0 auto; }
.news-scroll li{height: 40px; margin-bottom: 50px; }
.news-scroll li e{width: 190px; display: inline-block; text-align:center;}
.news-scroll li p{display: inline-block;}

.roll{
	display: flex;
	flex-direction:column;
	
}

/*消息滚动*/
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.roll {

  position: relative;

}

.roll li {
  width: 100%;
  position: absolute;
  left: 0;


  font-size: 18px;
  list-style: none;

}

.roll li.roll_1 {
  opacity: 0.5;
  top:0px;
  font-size:11px;

}
.roll li.roll_2 {
  opacity: 0.8;
  top:60px;
  font-size:12px;
}
.roll li.roll_3 {
    opacity: 1;
    top: 120px;
    font-size: 18px;
    font-weight: bold;
    
}
.roll li.roll_4 {
  opacity: 0.8;
top:180px;
  font-size:12px;
}
.roll li.roll_5 {
  opacity: 0.5;
top:240px;
  font-size:11px;
}
.roll li.roll_6 {
  opacity: 0.5;
 top:300px;
  font-size:10px;
}
.gd-text{

  color: #ffffff;
}
