.goods-image{
    width: 40%;
    max-height: 192px;
    margin: 2% 3% 3% 0%;
    border-radius: 8px;
}
 .goods-item .goods-info1{
    padding: 14px 16px 0px 0px;
    width: 54%;
}

.goods-item {
    border-bottom: 1px #e3e3e3 solid;
    padding-bottom: 8px;
    cursor: pointer;
    font-size: 17px;
    color: #000;
}
 .goods-name{
    font-size: 20px;
    font-weight: 550;
     color: #000;
}
 .subscribe{
     font-size: 17px;
     padding-top: 10px;
     color: #000;
 }
 .goods-item-1{
     display: flex;
     justify-content: space-between;
 }
 .goods-item-2{
     width: 100%;
     height: 150px;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     margin-top: 5px;
 }
.goods-item-3{
    display: flex;
    height: 30px;
    padding-top: 10px;
    justify-content: space-between;
}
.goods-item-3 .title_list {
    width:80%;
    overflow: hidden;
    line-height: 32px;
}

.goods-name-4{
    padding: 10px 0;
    color: #000;
}
.goods-name-5{
    line-height: 50px;
    height: 50px;
    margin-top: -50px;
    background-color: #00000096;
    color: #fff;
    padding-left: 10px;
}
.video video{
    height: 480px;
}
.goods-item-7{
    height: 480px;
    width: 100%;
}
.goods-item-8{
    width: 32%;
    height: 350px;
    float: left;
    padding-right: 1%;
    padding-top: 5px;
}
.goods-name-8{
    line-height: 50px;
    height: 50px;
    margin-top: -50px;
    background-color: #00000096;
    color: #fff;
    padding-left: 10px;

}
.goods-item-img-8{
    width: 100%;
    height:330px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1000px) and (min-width: 350px){
    .container {
        width: 100%;
        margin: 0 auto;
    }
    .znlistcl {
        width: 46%;
        height: auto;
        overflow: hidden;
        float: left;
    }
    .znlistc ul li {
        padding: 8px 0 12px 0;
        border-bottom: 1px #e3e3e3 solid;
        display: flex;
        justify-content: space-around;
    }
    .commonlylist_div .znlistcr {
        width: 62%;
        height: auto;
        float: left;
        padding-left: 2%;
    }
    .goods-item-8 {
        width: 49%;

    }
    .znlistl {
        width: 98%;
        height: auto;
        margin: 0 auto;
    }
    .znlistr {
        width: 98%;
        height: auto;
        margin: 0 auto;
    }
    .fl {
        float: none;
    }
    .fr {
        float: none;
    }
    .znlistcr_a a{
        font-size: 15px;
        line-height: 20px;
    }
    .znlistcr_b {
        margin: 10px 0;
        height: 48px;
        line-height: 17px;
        font-size: 12px;
        color: #666666;
        overflow: hidden;
        font-family: "å®‹ä½“", "å¾®è½¯é›…é»‘", Arial, Helvetica, sans-serif;
    }
    .goods-name {
        font-size: 15px;
        font-weight: 550;
        color: #000;
    }
    .subscribe {
        font-size: 13px;
        padding-top: 10px;
        color: #666;
        max-height: 49px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .goods-image {
        border-radius: 3px;
    }
}

