ul li a{
    color: #000000;
}
ul li a:hover{
    color: #df8624;
}
.list-banner{
    padding: 0;
    margin-bottom: 50px;
}
.banner-img{
    width: 100%;
    height: 100%;
}


.more{
    border: #df8624 1px solid;
    color:#df8624;
    margin:20px auto;
    width:124px;
    height: 40px;
    text-align:center;
    line-height:280%;
    float: bottom;
    cursor:pointer
}
.bottom-more{
    margin-bottom: 120px;

}

.list{
    width:1000px;
    height: 30px;
    margin: 10px auto;
}
.active{
    background-color: #df8624;
}
.active a{
    color: #FFFFFF;
}
.active a:hover{
    color: #FFFFFF;
}
/* Albert 2020.04.14修改 手机响应页面 */
.list ul li{
    float: left;
    height: 30px;
    /*line-height: 10px;*/
    margin-left: 20px;
    /* margin-bottom: 20px; */
    padding: 5px 20px;

}
.center{
    width: 1000px;
    margin: 0 auto;
}
.goods{
    width: 250px;
    height: 300px;
    float: left;
    margin-bottom: 40px;
}
.middle{
    margin:30px 20px;
}
.middle .img img{
    width: 100%;
    /*width: 210px;
    height: 210px;*/
}
.content-info{
    width: 210px;
    color: black;
    overflow:hidden
}
.href{
    width: 210px;
    color: #6d665d;
    /*line-height: 40px;*/
}
.goods a{
    text-decoration: none;
}
.bottom-more{
    margin-bottom: 120px;

}
.period{
    width: 220px;
    margin: 0 auto;
}




/* Albert 2020.04.14修改 手机响应页面 */
@media screen and (max-width: 768px) {
    .center {
        width: 100%!important;
    }

    .img {
        text-align: center;
    }

    .content-info {
        text-align: center;
        width: unset;
        color: black;
    }

    .list{
        width: 100%;
        /*overflow-x: scroll;*/

    }
    
    /*.list ul {
        width: 1000px;
    }*/

    .goods {
        width: 50%;
        margin-bottom: 0;
        /*height: auto;*/
    }

    .href {
        width: 100%;
        text-align: center;
    }

    .detail {
        float: unset;
    }
    .content-info{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;height:40px}
}

