.TickerNews{
	width: 100%;
	height: 50px;
	line-height: 48px;
}
.ti_wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:black;
	text-decoration: none;
	font-family: geneva;
}


body{
	margin:0;
	padding:0;
}

/* template */

.TickerNews.default_theme{
	background-color: #f1f1f1;
}

.TickerNews.default_theme .ti_wrapper{
	border:#CBCBCB solid 1px;
	border-width: 1px 0;
}

.TickerNews.default_theme .ti_news a{
	display: block;
	margin-right: 10px;
	color:#333;
	text-transform: uppercase;
	text-decoration: none;
	font-family: geneva;
}

.TickerNews.default_theme .ti_news span{
	color:red;
	font-size: 110%;
}





/* template 2 */

.TickerNews.default_theme_2{
	background-color: #f1f1f1;
	position: relative;
	font-family: geneva;
}

.TickerNews.default_theme_2 *{
	box-sizing:border-box;
}

.TickerNews.default_theme_2 .leftside{
	position: relative;
	left:0;
	width: 120px;
	float:left;
	border:#792C2C solid 1px;
	border-width: 1px 0;
}

.TickerNews.default_theme_2 .leftside h4{
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	background-color: #BD2B2B;
	color:white;
	padding:0 5px;
}

.TickerNews.default_theme_2 .ti_wrapper{
	position: absolute;
	left: 120px;
	float:left;
	border:#CBCBCB solid 1px;
	border-width: 1px 0;
}

.TickerNews.default_theme_2 .ti_news a{
	display: block;
	margin-right: 10px;
	color:#333;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: solid 1px #c1c1c1;
	margin-left: solid 1px #c1c1c1;
}

.TickerNews.default_theme_2 .ti_news span{
	color:red;
	font-size: 110%;
}



/* template 2 */

.TickerNews.default_theme_3{
	background-color: #f1f1f1;
	position: relative;
	font-family: geneva;
}

.TickerNews.default_theme_3 .ti_wrapper{
	border:#CBCBCB solid 1px;
	border-width: 1px 0;
}

.TickerNews.default_theme_3 .ti_news a{
	display: block;
	margin-right: 10px;
	color:#333;
	text-transform: uppercase;
	text-decoration: none;
	
}

.TickerNews.default_theme_3 .ti_news span{
	color:red;
	font-size: 110%;
}

















.announcement {
    float: left;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 8px
  }
  
  .announcementwrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    position: relative;
  }
  
  
  
  .newsheadinghome {
    position: absolute;
    left: 0px;
    padding: 8px 23px 8px 16px;
    bottom: -48px;
    z-index: 2;
    background-color: var(--nuvo-lightblue);
    color: #fff;
    font-weight: 600;
    height: 48px;
  }
  
  .announcementdetail {
    grid-column: 2 / span 2;
  
  }
  
  
  .pauseplay {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: var(--nuvo-lightblue);
    color: #fff;
    display: none;
  }
  
  
  .newsheadinghome:after {
    position: absolute;
    content: "";
    right: -10px;
    width: 20px;
    top: 0px;
    background-color: var(--nuvo-accent);
    color: #fff;
    font-weight: 600;
    height: 48px;
    transform: skew(25deg, 0deg);
  }
  
  .marqueetext {
   
    padding: 0px;
    color: #fff;
    height: 48px;
    overflow: hidden;
   
  }
  
  .marqueetext a {
   
    padding: 12px;
    color: #fff;
    float: left;
  
   
  }
  
  
  
  
  .TickerNews {
    width: 100%;
    height: 48px;
    line-height: 1;
    position: relative;
  }
  
  .ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 48x;
    background-color: var(--nuvo-dark-blue);
  }
  
  .ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
  }
  
  .ti_content {
    width: 8000px;
    position: relative;
    float: left;
    margin: 0px;
  }
  
  .ti_news { float: left; }
  
  
  
    #stop-resume{
          display: block;
          padding: 8px;
          margin: 0px;
      height: 48px;
  
          text-align: center;
     font-family: "iconfont" !important;
          text-decoration: none;
      color: #fff;
      font-size: 32px;
      line-height: 32px;
        }
  