.rss-list{
  margin: 60px auto;
  maxwidth: 500px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}
.rss-list a{
  overflow: hidden;
  clear: both;
  font-size: 18px;
  display: block;
  position: relative;
}
.rss-list a:hover{
  background: rgb(249, 249, 249);
}
.rss-list a + a{
  border-top-color: rgb(221, 221, 221);
  border-top-width: 1px;
  border-top-style: solid;
}
.rss-list a:first-child::after {
  background: rgb(161, 50, 58);
  padding: 5px 10px;
  border-radius: 3px;
  top: 10px;
  right: 10px;
  color: rgb(255, 255, 255);
  line-height: 1;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  content: "NEW!!";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.rss-image{
  width: 200px;
  margin-right: 15px;
  float: left;
}
.rss-image img{
  max-width:100%;
  height:auto;
  vertical-align:top;
}
}
.rss-title {
  padding:15px;
}
