.news-bg{
    background-color: #fff;
}
.news-bg .color_main, .news-bg .color_vice{
    color: #333;
}
.news-bg a{
    color: #000;
}
.news-bg .btn-inner{
    color: #fff;
}
.p-center .w-prd-list-cell{
    width: 25%;
}
.p-center .w-prd-infobox{
    background-color: #fff;
}
.p-center .w-prd-infobox a{
    color: #333;
    font-family: 'FontAwesome';
}
.p-center .w-prd-list-cell .w-prd-imgbox{
    position: relative;
}
.p-center .w-prd-intro{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    background: rgba(0,0,0,.5);
    padding: 8px 12px;
    color: #fff;
    cursor: pointer;
    max-height: 80%;
    overflow: auto;
    display: none;
}
.p-center .row .row-mask{
    position: inherit;
}
.p-center .img-count-in{
    position: inherit;
}
.p-center .w-productList-in{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.p-center .row{
    max-width: 1310px;
}
.w-productList .img-count img{
    width: 100%;
    height: auto!important;
    max-height: initial!important;
    top: auto!important;
    left: auto!important;
}
@media (max-width: 767px){
    .p-center .w-productList1 .w-prd-list-cell {
        min-width: 50%;
        width: 50%;
    }
}
