.emp-ad-anchor-wrapper{
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999999;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid lightgray;
    width: 100% !important;
    max-width: 100% !important;
}
.emp-ad-anchor-wrapper .emp-ad-anchor-x{
    cursor: pointer;
    color: #737373;
    border: 1px solid #737373;
    border-radius: 20px;
    background: #fff;
    line-height: 20px;
    display: inline-block;
    font-size: 20px;
    font-family: arial,sans-serif;
    padding: 0 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
}
.emp-ad-article{
    float:left;
    margin:20px 20px 20px 0px;
    width: 300px;
    height: 250px;
}