.breaking-news {
  display: block;
  background-color: #2248C8;
  color: #c6c6c6;
  overflow: hidden;
    padding: 12px 0;
}

.breaking-news .wrapper {
  position: relative;
    width: 100%;
}

.breaking-news .br-title {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.8px;
  text-transform: uppercase;
  color: #efc220;
  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%;
  
  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: 900;
}

.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;
color: white;
font-size: 28px;
}

.breaking-news .br-article:before {
  display: block;
  position: absolute;
  content: '\f111';
  font-family: FontAwesome;
  font-size: 4px;
  padding-top: 1px;
  right: -15px;
  color: rgba(255,255,255,.2);
}

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

.breaking-news .br-article-list-inner {
  display: block;
  white-space: nowrap;
  position: relative;
}

/* general layout */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
html,
body {
  height: 100%;
  background-color: #fff;
}
body {
  font: 100%/1.5 sans-serif;
  box-sizing: border-box;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  position: relative;
  color: inherit;
}