.supplier_product_box {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
.product_ategories {
    float: left;
    width: 220px;
    margin-top:50px;
    list-style-type: disc;
}
.product_ategories_title {
    padding-left: 10px;
    font-size: 16px;
    border-top: 3px solid #333;
    line-height: 40px;
    background-color: #f1f6fc;
}
.product_ategories li {
    padding-left: 20px;
    font-size: 14px;
    list-style-type: disc !important;
    line-height: 40px;
    color: #333;
    border-top: 1px solid #e5e5e5;
    background-color: #f1f6fc;
    cursor: pointer;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.product_ategories li .disc{
    margin-bottom: 3px;
    margin-right: 5px;
    width:5px;
    height:5px;
    border-radius:50%;
    background-color:#7a7a7a;
    line-height: 40px;
    display: inline-block
}
.product_ategories_active {
    background-color: #fff !important;
    color: #1c70c9 !important;
}
.product_ategories_active .disc {
    background-color: #1c70c9 !important;
}
.supplier_product_content {
    float: right;
    width: 960px;
    margin-top:50px;
}
.supplier_product_content_title {
    padding-left: 10px;
    line-height: 40px;
    font-size: 14px;
    color: #7a7a7a;
    background-color: #fff;
    border-radius: 3px;
    border-width: 1px;
    border-color: #e5e5e5;
}
.supplier_product_content_title span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.supplier_product_list {
    margin-top: 20px;
    overflow: hidden;
}
.supplier_product_list li {
    float: left;
    margin-right: 13px;
    margin-bottom: 37px;
    position: relative;
    width: 230px;
    padding: 5px 5px 60px 5px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    transition: all 0.3s;
}
.supplier_product_list li:nth-child(4n) {
    margin-right: 0;
}
.supplier_product_list li img {
    width: 218px;
}
.supplier_product_list li h4 {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.supplier_product_list li span {
    color: #ff780a;
    font-size: 18px;
}
.supplier_product_content_row {
    overflow: hidden;
    font-size: 12px;
    color: #7a7a7a;
    line-height: 25px;
}
.supplier_product_content_row .left {
    float: left;
    width: 80px;
}
.supplier_product_content_row .right {
    float: left;
    margin-left: 8px;
    width:128px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.supplier_product_list_button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    background-color: #fff;
    color: #1c70c9;
    text-align: center;
    transition: all 0.5s;
}
.supplier_product_list li:hover {
    box-shadow: 1px 5px 15px 0px 
		rgba(0, 0, 0, 0.13);
}
.supplier_product_list li:hover .supplier_product_list_button {
    background-color: #1c70c9;
    color: #fff;
}
