.wrapper{
  width: 1920px;
  height: 1069px;
  position: relative;
}
.header{
  background: #122129;
  height: 80px;
  width: 100%;
  float: left;
}

.header > img{
  height: 55px;
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}

.adz-slider-wrapper{
  width: 100%;
  height: 840px;
}
.rss-weather-wrapper{
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #fff;
}

#weather{
  height: 100px;
  width: 100%;
}
.news-ticker{
  height: 60px;
  width: 100%;
  float: left;
  overflow: hidden;
  background: #122129;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  position: relative;
}

.news-title{
  background: #f00;
  position: absolute;
  color: #fff;
  padding: 0 30px 0 15px;
  height: 60px;
  border-top-right-radius: 60px;
}

.slider-wrapper{
  width: 1341px;
  height: 100%;
  float: left;
  position: relative;
}
.adz-wrapper{
    width: 579px;
    height: 100%;
    float: left;
    border-left: 1px solid #fff;
}
.adz-slider{
  width: 100%;
  height: 280px;
}
.adz-slider:last-child{
  border-bottom: none;
}
.adz-slider:nth-child(even){
  background: red;
}
