.data-product-container {
    padding-bottom: 30px;
}

/* 覆盖bootstrap面包屑的样式 data- 代表自定义css*/
.data-breadcrumb {
    background-color: #fff !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #b01f24;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.data-breadcrumb li {
    font-size: 14px;
}

.data-breadcrumb li a {
    color: #7e7e7e;
    text-decoration: none;
}

.data-breadcrumb .active {
    color: #b01f24 !important;
}

.data-breadcrumb > li + li:before {
    color: #CCCCCC;
    content: ">" !important;
    padding: 0 5px;
}

/* 条件查询 样式 */
.classify {
    /* height: 40px; */
    border-bottom: 1px dashed #d6d6d6;
    color: #666666;
    padding: 4px 0;
    font-size: 14px;
}

.classify p {
    width: 128px;
    float: left;
    text-align: right;
    line-height: 40px;
	font-weight: bold;
}

.classify ul {
    margin-bottom: 0px !important;
}

.classify ul li {
    float: left;
    margin-left: 36px;
    cursor: pointer;
    line-height: 40px;

}

.classify ul li a {
    padding: 4px 6px;
    border-radius: 4px;
    text-decoration: none;
    color: #666;
}

.backRed {
    background-color: #b01f24;
    color: #fff !important;
}

/* 产品列表样式 */
.product-list {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.data-product-list {
    position: relative;
	overflow:hidden;
}
/* .data-product-list h4 { */
    /* color: #333333; */
    /* margin: 20px; */
    /* text-align: center; */
	/* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
/* } */

.new_text{
	padding:20px 30px 28px;
}
.new_text h4 {
    color: #333333;
    text-align: left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_text p{
    color: gray;
	margin:16px 0 20px;
	line-height:22px;
	height:44px;
	font-size:14px;
	display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-line;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new_text span {
    color: #b01f24;
    padding:4px 20px;
	font-size:14px;
	border:1px solid #b01f24;
	border-radius:4px;
}

.data-product-list:hover .new_text span{
    color: #fff;
	background:#b01f24
}

.data-product-list .product_new {
    position: absolute;
    top: 0;
    right: 0;
}

.product-thumbnail {
    /* border-bottom: 1px solid #d2d2d2; */
	/* background: url("../../images/productImages/product_background.jpg") no-repeat; */
	/* background-size: 100% 100%; */
	overflow:hidden;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 0;
    padding-bottom: 55%;
}
.product-thumbnail img{
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.detail-link {
    color: #7e7e7e;
    padding: 0 10px;
    text-decoration: none !important;
}

.detail-link:hover {
    color: #b01f24;
}

.padding_14 {
    padding: 30px 0;
}
	.data-product-list:hover {
        box-shadow: 2px 2px 4px #999;
    }

    .data-product-list {
        width: 23.8%;
		background: white;
		border-radius: 6px;
        margin-right: 8px;
        float: left;
        margin-top: 8px;
        margin-bottom: 8px;
        cursor: pointer;
    }


@media screen and (max-width: 770px) {
    .data-product-list {
        width: 49%;
        margin-top: 2%;
		margin-right:2%;
		background: white;
		border-radius: 6px;
    }
	.data-product-list

    .data-product-list:nth-child(odd) {
        float: left;
    }

    .data-product-list:nth-child(even) {
        float: right;
		margin-right:0
    }

    .classify p {
        width: 65px;
		line-height: 22px;
		padding: 8px 0 0 0;
    }
	.classify ul li {
		margin-left: 10px;
		line-height: 24px;
		padding: 8px 0 0 0;
	}
	.product-thumbnail img {
		/*height: 136px;*/
	}

    .classify {
        font-size: 12px;
    }
}


@media screen and (max-width: 500px) {
    .data-product-list {
        width: 100%;
        margin-top: 2%;
		background: white;
		border-radius: 6px;
    }

}



@media (min-width: 768px) and (max-width: 1050px) {
	.padding_14 {
		padding: 10px 2%!important;
	}
	.margin_14 {
		margin: 0 2%;
	}
}

@media (min-width: 1920px) {

}

