/*//pc*/
    .main-breadcrumb-ema {
        width: 250px;
        margin: 30px auto;
    }
    .box-home-main-emag .news-cate-main {
        width: 100%;
        position: relative;
    }
    .box-home-main-emag {
        width: 100%;
    }

    .box-home-main-emag .news-cate-main .news-cate-main-image {
        height: auto;
    }

    .box-home-main-emag .news-cate-main .news-cate-main-content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        /*width: 60%;*/
        z-index: 9;
    }

    .box-home-main-emag .news-cate-main .news-cate-main-content .main-title-super {
        color: #fff;
        font-size: 32px
    }
    .box-home-main-emag .news-cate-main .news-cate-main-image:before{
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 100%;
        background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
        background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
        background-image: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
        content: '';
        z-index: 1;
        }
    .box-home-main-emag .news-cate-main-bottom {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .box-home-main-emag .news-cate-main-bottom .news-table-mininew {
        width: calc(50% - 10px);
    }
    .box-home-main-emag .news-cate-main-bottom .main-title{
        font-size: 20px;
    }
    
    .box-home-ema .news-left-item {
        width: calc(33% - 10px);
        float: left;
        border-bottom: 1px solid #f0eff4;
        margin-right: 15px;
        height: 383px;
    }
    .box-home-ema .news-left-item .news-left-item-info {
        margin-top: 10px;
    }

    .box-home-ema .main-news-left {
        /*display: flex;
        flex-wrap: wrap;
        justify-content: space-between;*/
    }
    .sapo_ema {
        padding: 20px 0px 0px;
    }
    .sapo_ema {
        padding: 20px 0px 0px;
    }

    .box-home-ema .news-left-item .news-left-image {
        width: 100%;
    }
    .box-home-ema .news-left-item:nth-child(3n) {
        margin: 0;
    }
/*pc*/
@media (max-width: 767px) {
    .box-home-main-emag .news-table {
        display: block;
    }
    .box-home-main-emag .news-cate-main-bottom {
        padding: 0px 10px;
    }

    .box-home-ema .main-news-left .news-left-item {
        width: 100%;
        margin: 0;
        height: auto;
        margin-bottom: 20px;
    }
    .box-home-main-emag .news-cate-main .news-cate-main-content .main-title-super {
        font-size: 28px;
    }
}
@media (max-width: 500px) {
    .box-home-main-emag .news-cate-main .news-cate-main-content .main-title-super {
        font-size: 24px;
    }
}