.breaking-news {
  display: none;
  background-color: #075be2;
  color: #c6c6c6;
  overflow: hidden;
  position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.breaking-news .wrapper {
  position: relative;
}

.breaking-news .br-title {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.8px;
  text-transform: uppercase;
  color: rgb(251, 252, 0);
  line-height: 46px;
  cursor: default;
}

.breaking-news .br-navi {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  line-height: 43px;
  cursor: default;
}

.breaking-news .br-navi a {
  display: inline-block;
  position: relative;
  margin-left: 0;
  line-height: 26px;
  width: 26px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  background-color: transparent;
  color: #fff;
  font-size: 10px;
}

.breaking-news .br-navi a:before {
  display: block;
  content: '';
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #efc220;
  border-radius: 50%;
  opacity: .1;
  filter: alpha(opacity=10);
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}

.breaking-news .br-navi a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.breaking-news .br-navi a i {
  display: block;
  position: relative;
  z-index: 2;
}

.breaking-news .br-navi a:hover {
  color: #232323;
}

.breaking-news .br-article-list {
  display: block;
  position: absolute;
  left: 130px;
  top: 0;
  right: 0;
  line-height: 46px;
  font-size: 12px;
  overflow: hidden;
}

.breaking-news .br-article-list:after,.breaking-news .br-article-list:before {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 100%;
  width: 100px;
  height: 100%;
  box-shadow: 5px 0 60px 40px #075be2;
  content: '';
}

.breaking-news .br-article-list:before {
  left: auto;
  right: 100%;
}

.breaking-news .br-article-list a {
  color: #c6c6c6;
  display: inline-block;
  line-height: inherit;
}

.breaking-news .br-article-list a:not(.post-title-comment) strong {
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  line-height: 14px;
  vertical-align: middle;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
}

.breaking-news .br-article-list a:not(.post-title-comment):hover strong {
  border-color: #ccc;
}

.breaking-news .br-article-list a strong {
  display: inline-block;
  margin-left: 8px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.breaking-news .br-article-list a.post-title-comment {
  color: #efc220;
  margin-left: 5px;
  display: inline-block;
  font-weight: 700;
}

.breaking-news .br-article-list a.post-title-comment i {
  padding-right: 3px;
  width: 19px;
}

.breaking-news .br-article-list a.post-title-comment:hover {
  color: #fff;
}

.breaking-news .br-article {
  display: inline-block;
  white-space: nowrap;
  margin-right: 24px;
  position: relative;
}

.breaking-news .br-article:before {
  display: block;
  position: absolute;
  content: '|';
  font-size: 1em;
  padding-top: 0px;
  right: -20px;
  color: rgb(251, 252, 0)
}

.breaking-news .br-article:last-child:before {
  display: none;
}

.breaking-news .br-article-list-inner {
  display: block;
  white-space: nowrap;
  position: relative;
}
.wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  color: inherit;
}

@media (max-width: 575.98px) { 
 .breaking-news {
 bottom: 0;
 top: inherit;
}

 }