.news_container {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  padding: 3px; }

.news {
  position: absolute;
  left: 0px;
  top: 0px; }

.text {
  padding: 10px 25px;
  background: #fff;
  border-top: 1px solid #ccc;
  font-size: 15px; }
