.news-content {
  min-height: 300px;
}
.headingBar {
  border-top: dotted 1px #404040;
  border-bottom: dotted 1px #404040;
  padding: 12px 0;
  margin-bottom: 30px;
  color: #000;
  line-height: 1;
  overflow: hidden;
}
.headingBar h4 {
  float: left;
}
.headingBar span {
  display: block;
  float: right;
}
.prevBtn,
.nextBtn {
  width: 44px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 200px;
  margin: 0;
  padding: 0;
  font-size: 30px;
  color: #FFF !important;
  position: fixed;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
}
.prevBtn {
  border-radius: 0 4px 4px 0;
  left: 0;
}
.nextBtn {
  border-radius: 4px 0 0 4px;
  right: 0;
}
