body{
    overflow-y: scroll;
}
.supplier_item {
    /* height: 100px; */
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: 8px 10px;
}

.supplier_item a,
.supplier_item span {
    font-size: 14px;
    color: #454545;
}

.supplier_item_name {
    margin-bottom: 4px;
    border-left: 3px solid #129979;
    padding-left: 4px;
    height: 20px;
    line-height: 20px;
    display: flex;
    flex-direction: row;
}

.supplier_item_name>div {
    max-width: 94%;
    height: 20px;

}

.supplier_item_name a {
    font-weight: bold;
}

.supplier_item_name span {
    padding-left: 10px;
    font-size: 12px;
    color: #949494;
}

.supplier_item_intro {
    display: flex;
    flex-direction: row;
}

.supplier_item_intro>:nth-child(1) {
    max-height: 50px;
    width: 9%;
    font-size: 14px;
    line-height: 29px;
}

.supplier_item_intro>div:nth-child(2) {
    max-height: 50px;
    width: 91%;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

.supplier_item_intro>div:nth-child(2):hover {
    color: #129979;
}

.supplier_item_intro:hover {
    color: #129979;
}

.supplier_item_product {
    height: 25px;
    display: flex;
    flex-direction: row;
}

.supplier_item_product>div:nth-child(1) {
    width: 9%;
    font-size: 14px;
    line-height: 29px;
}

.supplier_item_product>div:nth-child(2) {
    width: 91%;
}

.bltopt_inline_ul_red a {
    font-size: 14px;
}

.about_ctet {
    display: none;
}

.item_product a {
    display: block;
    width: 100%;
    height: 100%;

}

.item_product:hover a {
    color: #fff;
    text-decoration: none;
}

.sl_zone {
    width: 210px;
    margin-right: 8px;
}
.sl_zone_ul{
    height: 560px;
}
.about_ctet_zone{
    width:990px;background-color: #fff;
}