.jd-rss-card{
background-size: cover;
background-repeat: no-repeat;
position: relative;
padding: 0 20px;
padding-bottom: 20px;
margin-bottom: 20px;
}

.jd-rss-card h3 a{
font-size: 20px;
color: #fff!important;

}

.jd-rss-card h3{
margin-bottom: 0;
padding-top: 180px;
position: relative;
}

.jd-rss-card p, .jd-rss-card small{
color: #fff;
margin: 0;
position: relative;
}

.jd-rss-card small{
margin: 5px 0;
display: block;
}

.jd-rss-card p{
margin: 10px 0;
z-index: 100000;
}

.jd-rss-card:before{
content: '';
position: absolute;
height: 100%;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.34);
background: -moz-linear-gradient(top, rgba(0,0,0,0.34) 0%, rgba(202,25,35,0.99) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.34)), color-stop(100%, rgba(202,25,35,0.99)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.34) 0%, rgba(202,25,35,0.99) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.34) 0%, rgba(202,25,35,0.99) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.34) 0%, rgba(202,25,35,0.99) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.34) 0%, rgba(202,25,35,0.99) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ca1923', GradientType=0 );

}

.jd-rss-card .read-more{
position: relative;
display: inline-block;
font-weight: bold;
font-size: 16px;
color: #fff;
border-bottom: 2px dotted #fff;
transition: all 0.2s ease-in-out;
}

.jd-rss-card .read-more:hover{
color: #fff;
}



.con-fox-rss .jd-rss-card:before{
background: rgba(0,0,0,0.44);
background: -moz-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(2,41,96,0.99) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.44)), color-stop(100%, rgba(2,41,96,0.99)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(2,41,96,0.99) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(2,41,96,0.99) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(2,41,96,0.99) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.44) 0%, rgba(2,41,96,0.99) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#022960', GradientType=0 );
}



#jd-rss-hint{
  text-align: center;
}

#jd-rss-hint .hint-container{
    position: relative;
    height: 70px;
}

#jd-rss-hint h3,
#jd-rss-hint small
{
  color: #fff;
}

#jd-rss-hint .box {
  position: absolute;
  margin-left: -100px;
  margin-top: -15px;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 50px;
}
#jd-rss-hint .box .inner {
  border: 5px solid #aae;
  border-radius: 50%;
  margin-top: 5px;
  height: 30px;
  width: 30px;
  animation: circles 1.25s ease-out infinite, swipe 1.25s ease-out infinite;
}

@keyframes swipe {
  0% {
    transform: translateX(160px);
  }
  20% {
    transform: translateX(160px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes circles {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
