@media screen and (max-width: 576px) {


    .home-product-img {
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 576px) {
 

    .home-product-img {
        width: 230px;
        height: 154px;
    }
}

@media screen and (min-width:768px) {
    .home-product-img {
        width: 310px;
        height: 207px;
    }
}


@media screen and (min-width: 992px) {
 
    .home-product-img {
        width: 310px;
        height: 207px;
    }
}

@media screen and (min-width: 1200px) {

    .home-product-img {
        width: 350px;
        height: 234px;
    }
}
.text-dark{
    font-size: 20px;
    font-weight: 600;
}

/* 首页新闻项css */
.shiye-base2-home-news-item {
    cursor: pointer;
    padding: 20px 0px;
    transition: all 0.5s;
}

.shiye-base2-home-news-item:hover {
    background-color: #ad00004d;
    border-radius: 6px;
}

.shiye-base2-home-news-item div p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.shiye-base2-home-news-item h6{
    font-weight: 600;
    margin-bottom: 0px;
}
.shiye-base2-home-news-item .time1{
    font-weight: 400;
    margin-bottom: 10px;
}
.shiye-base2-home-news-item .time2{
    font-weight: 400;
    margin-bottom: 0px;
}
.shiye-base2-home-news-item p {
    margin-bottom: 0px;
    margin-top: 15px;
}