@media (max-width:599px) {
    .mainCon {
        padding-bottom: 10px;
    }

    .list-top-div {
        background-color: #fff;
        margin: 0 10px 10px;
    }

    .listCon .recipe_item:nth-of-type(1) {
        width: 94.68%;
        position: relative;
    }

    .listCon .recipe_item:nth-of-type(1) .img {
        height: 235px !important;
    }

    .listCon .recipe_item:nth-of-type(1) .recipe_item_con {
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 10px;
        margin: auto;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .listCon .recipe_item:nth-of-type(1) a .item_title {
        line-height: 24px;
        font-size: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 24px;
    }
}