.cl{
    clear: both;
}
/*3图片并列*/
.tu_1_3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.tu_1_3 a{
    width: 31%;
    overflow: hidden;
    margin-top: 10px;
}

.tu_1 h1{
    width: 95%;
    font-size: 12px;
    text-align: center;
    color:#000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 6px;
}
.tu_1_img{
    overflow: hidden;
    width: 100%;
    height: 100px;
}
.tu_1_img img{
    width: 100%;
    height: 100%;
}

/*3图片并列 企业名录*/

.tu_1_3k{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.tu_1_3k a{
    width: 31%;
    margin-top: 10px;
}
.tu_1k{
    width: 100%;
    border: 1px solid #cdcdcd;
}
.tu_1k h1{
    width: 90%;
    font-size: 12px;
    text-align: center;
    color:#000;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    border-top: 1px solid #cdcdcd;
    padding: 0 5%;
}
.tu_1_imgk{
    overflow: hidden;
    width: 100%;
    height: 100px;

}
.tu_1_imgk img{
    width: 96%;
    height: 100%;
}

/*单行文字*/
.dhwz_kj a{
    display: flex;
    justify-content: flex-start;
    margin-top: 6px;
    padding-left: 10px;
}
.dhwz_kj a strong{
    color: #f5b201;
    font-size: 12px;
    line-height: 20px;
    width: 22%;
    font-weight: normal;
}
.dhwz_kj a h1{
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    padding-left: 10px;
}
.dhwz_kj a span{
    color: #00000080;
    width: 20%;
    font-size: 12px;
    line-height: 20px;
}
.dhwz_kj a::before{
    width: 6px;
    height: 6px;
    background: #7f7f7f;
    content: '';
    position:relative;
    left:0px;
    top: 7px;
}