.ads-box{
    position: relative;
    overflow: hidden;
    background: #f7f8f8;
    padding: 5px;
    font-size: 14px;
    margin: 10px 0;
}
.ads-box a{
    text-decoration:none;
}
.ads-box .ads-url{
    
}
.ads-box .ads-title{
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #1f7ca9;
    margin-bottom: 5px;
}
.ads-box .ads-description{
    font-size: 14px;
    color: #333;
}
.ads-box .ads-description p{
    margin: 0;
}
.ads-box .ads-note{
    position: absolute;
    font-size: 10px;
    right: 2px;
    top: 2px;
    background: #ccc;
    padding: 2px;
    line-height: 1;
    color: #333;
}
.ads-box .ads-thumbnail{
    background: #ccc;
    height: 100%;
    width: 100%;
}
.ads-box .ads-thumbnail a{
    
}
.ads-box .ads-thumbnail img{
    
}
