marquee {
        /* background: #e4e0e0; */
    margin-top: 10px;
    display: block;
    color: #fff;
    width: 100%;
    height: 324px;
   /* float: left;*/
    position: relative;
    z-index: 9999;
    padding: 0px 15px 0 15px;
    border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.ticker-up
{
  line-height:1.9;
  text-align:justify;
  color:#333;
}
.ticker-up p
{

}

.ticker-up h3
{
    color: #F00;
    border-bottom: 2px solid #ff3e3e;
    padding-bottom: 7px;
        text-align: left !important;
}
.ticker-up a:hover
{
    text-decoration: none;
}


.newsH2
{
    padding: 10px 0 10px 20px;
    background: #05468a;
    color: #fff;
    border-radius: 15px 15px 0 0;
    position: relative;
    top: 10px;
}

marquee:nth-child(2) {
  background: rgba(255, 255, 255, 0.43);
}

marquee:nth-child(3) {
  background: #416F64;
}

marquee:nth-child(4) {
  background: #325176;
}

.ticker-up li {
  margin-bottom: 15px;
  font-size: 18px;
}

.ticker-down li {
  margin-bottom: 15px;
  font-size: 18px;
}

.ticker-left li {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
}

.ticker-right li {
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
}