@charset "utf-8";
.BreakingNewsController {
  width: 100%;
  overflow: hidden;
  height: auto;
  position: relative;
}

.BreakingNewsController .bn-title {
  display: inline-block;
  float: left;
  /*padding:10px 20px;*/
  color: #fff;
  padding: 0;
}

.BreakingNewsController ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  position: absolute;
  left: 180px;
  right: 50px;
}

.BreakingNewsController ul li {
  list-style: none;
  padding: 0px 20px;
  display: none;
}

.BreakingNewsController ul li a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  overflow: hidden;
  padding: 0;
}

.BreakingNewsController .bn-arrows {
  display: inline-block;
  float: right;
  width: 50px;
  position: absolute;
  left: 55px;
  top: 13px;
  bottom: 0;
}

.BreakingNewsController .bn-arrows span {
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 1;
}

.BreakingNewsController .bn-arrows span:hover {
  opacity: 1;
}

.BreakingNewsController .bn-arrows-left {
  left: 0;
  background: url(images/news_anu.jpg) no-repeat;
}

.BreakingNewsController .bn-arrows-right {
  right: 20px;
  background: url(images/news_anu.jpg) -16px 0 no-repeat;
}

.easing a,
.easing span {
  transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  -webkit-transition: 0.25s linear;
}

.flexslider {
  position: relative;
  height: 455px;
  overflow: hidden;
}

.slides {
  position: relative;
  z-index: 1;
}

.slides li {
  height: 495px;
}

.flex-control-nav {
  position: absolute;
  bottom: 5px;
  z-index: 99999;
  width: 100px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
}

.flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
}

.flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  background: url(images/dot.png) right 0 no-repeat;
  cursor: pointer;
}

.flex-control-nav .flex-active {
  background-position: 0 0;
}

.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}

.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}

.flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(images/next.png) center center no-repeat;
}
.xtd{
    padding: 10px;
    background: #fff;
    box-sizing: content-box;
    width: 97%;
    margin-bottom: 10px;
    font-weight: bold;
    display: flex;
    gap: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xtd a{
  font-weight: bold;
}