
    .info-goodad-push{
        width: 716px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #ececec;
        background: #f6f6f6;
        display: flex;
        padding: 10px;
    }
    .info-goodad-push a{
        display: flex;
        text-decoration: none;
    }
    .info-goodad-push-left{
        width: 80px;
        display: flex;
        padding-right: 10px;
    }
    .info-goodad-push-right{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        color: #333;
        width: 615px;
    }
    .info-goodad-push-title{
        color: #333;
        font-size: 14px;
    }
    .info-goodad-push-title:hover, .info-goodad-push-source:hover{
        color: #e83a38;
    }
    .info-goodad-push-but{
        background: #cb241c;
        border-radius: 3px;
        font-size: 14px;
        display: block;
        color: #fff;
        width: 90px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        float: right;
    }
    .info-goodad-push-but:hover{
        background: #b31e23;
    }
    .info-goodad-push-price{
        color: #e83a38;
        font-weight: 400;
    }
    .info-goodad-push-source{
        font-weight: 400;
    }
    /**移动端*/
    @media (max-width: 640px) {
        .info-goodad-push{
            width: 94%;
        }
        .info-goodad-push-but{
            margin-top: 7px;
        }
        .info-goodad-push-right{
            width: 80%;
        }
    }
